(swap_out_buffer_local_variables): Call
authorGerd Moellmann <gerd@gnu.org>
Thu, 15 Mar 2001 09:43:39 +0000 (09:43 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 15 Mar 2001 09:43:39 +0000 (09:43 +0000)
store_symval_forwarding with BUF null.

src/buffer.c

index e3ce4ad..0dd65bf 100644 (file)
@@ -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);
        }
     }
 }