From 157b72bb607868f2ee37c2fdeb96ba8ce9b823ee Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 23 Feb 2000 10:42:36 +0000 Subject: [PATCH] (Fbyte_code): Remove keyword_symbols_constant_flag. --- src/bytecode.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bytecode.c b/src/bytecode.c index 06f644e1481..cb90daaba97 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -562,7 +562,6 @@ If the third argument is incorrect, Emacs may crash.") varset: { Lisp_Object sym, val; - extern int keyword_symbols_constant_flag; sym = vectorp[op]; val = POP; @@ -579,7 +578,6 @@ If the third argument is incorrect, Emacs may crash.") && !EQ (sym, Qt) && !(XSYMBOL (sym)->name->data[0] == ':' && EQ (XSYMBOL (sym)->obarray, initial_obarray) - && keyword_symbols_constant_flag && !EQ (val, sym))) XSYMBOL (sym)->value = val; else -- 2.39.5