mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
(Fmake_local_variable): Delete stray semicolon.
This commit is contained in:
parent
44f015d2a4
commit
9dff2aaa5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1575,7 +1575,7 @@ Instead, use `add-hook' and specify t for the LOCAL argument. */)
|
|||
XBUFFER_LOCAL_VALUE (newval)->found_for_frame = 0;
|
||||
XBUFFER_LOCAL_VALUE (newval)->check_frame = 0;
|
||||
XBUFFER_LOCAL_VALUE (newval)->cdr = tem;
|
||||
SET_SYMBOL_VALUE (variable, newval);;
|
||||
SET_SYMBOL_VALUE (variable, newval);
|
||||
}
|
||||
/* Make sure this buffer has its own value of symbol. */
|
||||
tem = Fassq (variable, current_buffer->local_var_alist);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue