1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

(find_symbol_value): Remove extra 3rd argument in the

call to swap_in_symval_forwarding.
This commit is contained in:
Eli Zaretskii 2001-01-02 14:03:28 +00:00
parent 24109c98ab
commit 2a359158cb

View file

@ -937,8 +937,7 @@ find_symbol_value (symbol)
if (BUFFER_LOCAL_VALUEP (valcontents)
|| SOME_BUFFER_LOCAL_VALUEP (valcontents))
valcontents = swap_in_symval_forwarding (symbol, valcontents,
current_buffer);
valcontents = swap_in_symval_forwarding (symbol, valcontents);
if (MISCP (valcontents))
{