]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_local_variable): Delete stray semicolon.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:25:19 +0000 (00:25 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:25:19 +0000 (00:25 +0000)
src/data.c

index 49e1570c4c26948d83d68272e16cca0652231ab2..471df20cd482d3a825f76229d54b84dbcbefe34d 100644 (file)
@@ -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);