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:
parent
24109c98ab
commit
2a359158cb
1 changed files with 1 additions and 2 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue