mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* lisp/loadup.el (lexical-binding): Add a comment
This commit is contained in:
parent
572d58b5e8
commit
44a1721156
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue