# HG changeset patch # User Gerd Moellmann # Date 984649419 0 # Node ID c2640df9b55b9cbf489f2eda8f0bdabf0071e974 # Parent d37840301629f10f96cb3d894b86feac0f01dae7 (swap_out_buffer_local_variables): Call store_symval_forwarding with BUF null. diff -r d37840301629 -r c2640df9b55b src/buffer.c --- 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); } } }