]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete some commented out code in data.c (Bug#64595)
authorStefan Kangas <stefankangas@gmail.com>
Tue, 5 Sep 2023 06:10:02 +0000 (08:10 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 5 Sep 2023 06:13:24 +0000 (08:13 +0200)
* src/data.c (set_internal): Delete commented out code.

src/data.c

index 9d6bf5a142c8ec4e810ccd68b7bb2efc5a5b6505..7db9e70f7adc8d19d8c9b05090ba87776649ccbf 100644 (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);