; * lisp/loadup.el (native-comp-enable-subr-trampolines): Fix a typo.
This commit is contained in:
parent
eea0116e86
commit
0901dbb2f2
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ lost after dumping")))
|
|||
(equal dump-mode "pdump"))
|
||||
;; Don't enable this before bootstrap is completed, as the
|
||||
;; compiler infrastructure may not be usable yet.
|
||||
(setq comp-enable-subr-trampolines t))
|
||||
(setq native-comp-enable-subr-trampolines t))
|
||||
(message "Dumping under the name %s" output)
|
||||
(condition-case ()
|
||||
(delete-file output)
|
||||
|
|
Loading…
Add table
Reference in a new issue