(Fmakunbound): Use SYMBOL_CONSTANT_P macro.
This commit is contained in:
parent
385b64c52a
commit
64ec26d628
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ Return SYMBOL. */)
|
|||
register Lisp_Object symbol;
|
||||
{
|
||||
CHECK_SYMBOL (symbol);
|
||||
if (XSYMBOL (symbol)->constant)
|
||||
if (SYMBOL_CONSTANT_P (symbol))
|
||||
xsignal1 (Qsetting_constant, symbol);
|
||||
Fset (symbol, Qunbound);
|
||||
return symbol;
|
||||
|
|
Loading…
Add table
Reference in a new issue