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:
parent
068b074ebe
commit
157b72bb60
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue