From: Stefan Monnier Date: Fri, 16 Feb 2024 14:04:46 +0000 (-0500) Subject: * lisp/loadup.el (lexical-binding): Add a comment X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68bef966fc46271c5ac18c56b97f15a1c0217f92;p=emacs.git * lisp/loadup.el (lexical-binding): Add a comment (cherry picked from commit 44a1721156ec29e5799da94f7918f217f52fd751) --- diff --git a/lisp/loadup.el b/lisp/loadup.el index 0b18b902a69..7c67df9fade 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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))