aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorStefan Kangas2023-09-05 08:10:02 +0200
committerStefan Kangas2023-09-05 08:13:24 +0200
commitbbcfe70991e2b250f0647e11d23eac4cc37823ca (patch)
treeaaefb9c799723b0ebe14a6bb7003652723727444 /src/data.c
parentf08684ab39dbdc2e9acc3a8288bce7b5675de407 (diff)
downloademacs-bbcfe70991e2b250f0647e11d23eac4cc37823ca.tar.gz
emacs-bbcfe70991e2b250f0647e11d23eac4cc37823ca.zip
; Delete some commented out code in data.c (Bug#64595)
* src/data.c (set_internal): Delete commented out code.
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);