From 9b3a7dad95f249e368deadec1504ebf92970c288 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 15 Mar 2001 09:43:39 +0000 Subject: [PATCH] (swap_out_buffer_local_variables): Call store_symval_forwarding with BUF null. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } } -- 2.39.2