1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

(Fbyte_code): Remove keyword_symbols_constant_flag.

This commit is contained in:
Gerd Moellmann 2000-02-23 10:42:36 +00:00
parent 068b074ebe
commit 157b72bb60

View file

@ -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