Mercurial > emacs
comparison src/data.c @ 34964:f8c7b5b9fd2f
(find_symbol_value): Remove extra 3rd argument in the
call to swap_in_symval_forwarding.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 02 Jan 2001 14:03:28 +0000 |
parents | 43566b0aec59 |
children | c21e776b768a |
comparison
equal
deleted
inserted
replaced
34963:681963400696 | 34964:f8c7b5b9fd2f |
---|---|
935 CHECK_SYMBOL (symbol, 0); | 935 CHECK_SYMBOL (symbol, 0); |
936 valcontents = XSYMBOL (symbol)->value; | 936 valcontents = XSYMBOL (symbol)->value; |
937 | 937 |
938 if (BUFFER_LOCAL_VALUEP (valcontents) | 938 if (BUFFER_LOCAL_VALUEP (valcontents) |
939 || SOME_BUFFER_LOCAL_VALUEP (valcontents)) | 939 || SOME_BUFFER_LOCAL_VALUEP (valcontents)) |
940 valcontents = swap_in_symval_forwarding (symbol, valcontents, | 940 valcontents = swap_in_symval_forwarding (symbol, valcontents); |
941 current_buffer); | |
942 | 941 |
943 if (MISCP (valcontents)) | 942 if (MISCP (valcontents)) |
944 { | 943 { |
945 switch (XMISCTYPE (valcontents)) | 944 switch (XMISCTYPE (valcontents)) |
946 { | 945 { |