; Delete some commented out code in data.c (Bug#64595)

* src/data.c (set_internal): Delete commented out code.
This commit is contained in:
Stefan Kangas 2023-09-05 08:10:02 +02:00
parent f08684ab39
commit bbcfe70991

View file

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