From: Gerd Moellmann Date: Thu, 15 Mar 2001 09:43:39 +0000 (+0000) Subject: (swap_out_buffer_local_variables): Call X-Git-Tag: emacs-pretest-21.0.101~307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b3a7dad95f249e368deadec1504ebf92970c288;p=emacs.git (swap_out_buffer_local_variables): Call store_symval_forwarding with BUF null. --- diff --git a/src/buffer.c b/src/buffer.c index e3ce4ad4f4b..0dd65bf7f67 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2234,7 +2234,7 @@ swap_out_buffer_local_variables (b) /* Store the current value into any forwarding in the symbol. */ store_symval_forwarding (sym, XBUFFER_LOCAL_VALUE (XSYMBOL (sym)->value)->realvalue, - XCDR (tem)); + XCDR (tem), NULL); } } }