changeset 36818:c2640df9b55b

(swap_out_buffer_local_variables): Call store_symval_forwarding with BUF null.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 15 Mar 2001 09:43:39 +0000
parents d37840301629
children c21e776b768a
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Thu Mar 15 09:43:16 2001 +0000
+++ b/src/buffer.c	Thu Mar 15 09:43:39 2001 +0000
@@ -2234,7 +2234,7 @@
 	  /* 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);
 	}
     }
 }