From: Chong Yidong Date: Tue, 5 Jun 2007 00:25:19 +0000 (+0000) Subject: (Fmake_local_variable): Delete stray semicolon. X-Git-Tag: emacs-pretest-22.1.90~1431 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9dff2aaa5e058fbc6280ad22375153a05db71bb5;p=emacs.git (Fmake_local_variable): Delete stray semicolon. --- 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. */) 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);