aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2007-06-05 00:25:19 +0000
committerChong Yidong <[email protected]>2007-06-05 00:25:19 +0000
commit9dff2aaa5e058fbc6280ad22375153a05db71bb5 (patch)
tree80ece1c75473c063d22d022bc867ff23e8c858b0
parent44f015d2a4d6dc0401561d2f04bd56dc49ab45e4 (diff)
(Fmake_local_variable): Delete stray semicolon.
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 49e1570c4c..471df20cd4 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);