(find_symbol_value): Remove extra 3rd argument in the
call to swap_in_symval_forwarding.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user