summaryrefslogtreecommitdiff
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 0 insertions, 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