From: Stefan Kangas Date: Tue, 5 Sep 2023 06:10:02 +0000 (+0200) Subject: ; Delete some commented out code in data.c (Bug#64595) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbcfe70991e2b250f0647e11d23eac4cc37823ca;p=emacs.git ; Delete some commented out code in data.c (Bug#64595) * src/data.c (set_internal): Delete commented out code. --- 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, 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);