]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/loadup.el (lexical-binding): Add a comment
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Feb 2024 14:04:46 +0000 (09:04 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sat, 17 Feb 2024 13:02:14 +0000 (14:02 +0100)
(cherry picked from commit 44a1721156ec29e5799da94f7918f217f52fd751)

lisp/loadup.el

index 0b18b902a69de30b6f9c419fcb5216b7b54b7101..7c67df9fade78b1e56e4a1bb5009968559761e99 100644 (file)
@@ -635,6 +635,8 @@ directory got moved.  This is set to be a pair in the form of:
           (unwind-protect
               (let ((tmp-dump-mode dump-mode)
                     (dump-mode nil)
+                    ;; Set `lexical-binding' to nil by default
+                    ;; in the dumped Emacs.
                     (lexical-binding nil))
                 (if (member tmp-dump-mode '("pdump" "pbootstrap"))
                     (dump-emacs-portable (expand-file-name output invocation-directory))