From 9dff2aaa5e058fbc6280ad22375153a05db71bb5 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 5 Jun 2007 00:25:19 +0000 Subject: [PATCH] (Fmake_local_variable): Delete stray semicolon. --- src/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2