diff src/data.c @ 77909:a8753cac5703

(Fmake_local_variable): Delete stray semicolon.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Jun 2007 00:25:19 +0000
parents 3d45362f1d38
children 53bf760678a9 26538bef5b74 4c726a40604c 648e6c714c7d
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);