aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 2f682450a16..b31900f9c0c 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1587,7 +1587,7 @@ Instead, use `add-hook' and specify t for the LOCAL argument. */)
1587 XBUFFER_LOCAL_VALUE (newval)->found_for_frame = 0; 1587 XBUFFER_LOCAL_VALUE (newval)->found_for_frame = 0;
1588 XBUFFER_LOCAL_VALUE (newval)->check_frame = 0; 1588 XBUFFER_LOCAL_VALUE (newval)->check_frame = 0;
1589 XBUFFER_LOCAL_VALUE (newval)->cdr = tem; 1589 XBUFFER_LOCAL_VALUE (newval)->cdr = tem;
1590 SET_SYMBOL_VALUE (variable, newval);; 1590 SET_SYMBOL_VALUE (variable, newval);
1591 } 1591 }
1592 /* Make sure this buffer has its own value of symbol. */ 1592 /* Make sure this buffer has its own value of symbol. */
1593 tem = Fassq (variable, current_buffer->local_var_alist); 1593 tem = Fassq (variable, current_buffer->local_var_alist);