mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(specbind): Remove references to
keyword_symbols_constant_flag.
This commit is contained in:
parent
f50d847af5
commit
feeb0f70c3
1 changed files with 0 additions and 2 deletions
|
|
@ -2760,7 +2760,6 @@ specbind (symbol, value)
|
|||
Lisp_Object symbol, value;
|
||||
{
|
||||
Lisp_Object ovalue;
|
||||
extern int keyword_symbols_constant_flag;
|
||||
|
||||
CHECK_SYMBOL (symbol, 0);
|
||||
if (specpdl_ptr == specpdl + specpdl_size)
|
||||
|
|
@ -2773,7 +2772,6 @@ specbind (symbol, value)
|
|||
&& !EQ (symbol, Qt)
|
||||
&& !(XSYMBOL (symbol)->name->data[0] == ':'
|
||||
&& EQ (XSYMBOL (symbol)->obarray, initial_obarray)
|
||||
&& keyword_symbols_constant_flag
|
||||
&& !EQ (value, symbol)))
|
||||
{
|
||||
specpdl_ptr->symbol = symbol;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue