Mercurial > emacs
changeset 77909:a8753cac5703
(Fmake_local_variable): Delete stray semicolon.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 05 Jun 2007 00:25:19 +0000 |
parents | e5fb6472b6db |
children | e555251e73a6 |
files | src/data.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/data.c Tue Jun 05 00:24:47 2007 +0000 +++ b/src/data.c Tue Jun 05 00:25:19 2007 +0000 @@ -1575,7 +1575,7 @@ 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);