diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 49e1570c4c2..471df20cd48 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1575,7 +1575,7 @@ Instead, use `add-hook' and specify t for the LOCAL argument. */) | |||
| 1575 | XBUFFER_LOCAL_VALUE (newval)->found_for_frame = 0; | 1575 | XBUFFER_LOCAL_VALUE (newval)->found_for_frame = 0; |
| 1576 | XBUFFER_LOCAL_VALUE (newval)->check_frame = 0; | 1576 | XBUFFER_LOCAL_VALUE (newval)->check_frame = 0; |
| 1577 | XBUFFER_LOCAL_VALUE (newval)->cdr = tem; | 1577 | XBUFFER_LOCAL_VALUE (newval)->cdr = tem; |
| 1578 | SET_SYMBOL_VALUE (variable, newval);; | 1578 | SET_SYMBOL_VALUE (variable, newval); |
| 1579 | } | 1579 | } |
| 1580 | /* Make sure this buffer has its own value of symbol. */ | 1580 | /* Make sure this buffer has its own value of symbol. */ |
| 1581 | tem = Fassq (variable, current_buffer->local_var_alist); | 1581 | tem = Fassq (variable, current_buffer->local_var_alist); |