aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
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)
2234 /* Store the current value into any forwarding in the symbol. */ 2234 /* Store the current value into any forwarding in the symbol. */
2235 store_symval_forwarding (sym, 2235 store_symval_forwarding (sym,
2236 XBUFFER_LOCAL_VALUE (XSYMBOL (sym)->value)->realvalue, 2236 XBUFFER_LOCAL_VALUE (XSYMBOL (sym)->value)->realvalue,
2237 XCDR (tem)); 2237 XCDR (tem), NULL);
2238 } 2238 }
2239 } 2239 }
2240} 2240}