; Delete some commented out code in data.c (Bug#64595)
* src/data.c (set_internal): Delete commented out code.
This commit is contained in:
parent
f08684ab39
commit
bbcfe70991
1 changed files with 0 additions and 2 deletions
|
@ -1607,8 +1607,6 @@ set_internal (Lisp_Object symbol, Lisp_Object newval, Lisp_Object where,
|
|||
bool voide = BASE_EQ (newval, Qunbound);
|
||||
|
||||
/* If restoring in a dead buffer, do nothing. */
|
||||
/* if (BUFFERP (where) && NILP (XBUFFER (where)->name))
|
||||
return; */
|
||||
|
||||
CHECK_SYMBOL (symbol);
|
||||
struct Lisp_Symbol *sym = XSYMBOL (symbol);
|
||||
|
|
Loading…
Add table
Reference in a new issue