aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index 9d6bf5a142c..7db9e70f7ad 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1607,8 +1607,6 @@ set_internal (Lisp_Object symbol, Lisp_Object newval, Lisp_Object where,
1607 bool voide = BASE_EQ (newval, Qunbound); 1607 bool voide = BASE_EQ (newval, Qunbound);
1608 1608
1609 /* If restoring in a dead buffer, do nothing. */ 1609 /* If restoring in a dead buffer, do nothing. */
1610 /* if (BUFFERP (where) && NILP (XBUFFER (where)->name))
1611 return; */
1612 1610
1613 CHECK_SYMBOL (symbol); 1611 CHECK_SYMBOL (symbol);
1614 struct Lisp_Symbol *sym = XSYMBOL (symbol); 1612 struct Lisp_Symbol *sym = XSYMBOL (symbol);