mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
* lisp/loadup.el (lexical-binding): Add a comment
This commit is contained in:
parent
572d58b5e8
commit
44a1721156
1 changed files with 2 additions and 0 deletions
|
|
@ -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