projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eea0116
)
; * lisp/loadup.el (native-comp-enable-subr-trampolines): Fix a typo.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 13 Aug 2023 12:19:51 +0000
(15:19 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 13 Aug 2023 12:19:51 +0000
(15:19 +0300)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 9947c2482c3ac8ae3748549e12a9b4b4d34889ee..3ac1224a0ecb6d540b8d0b49f297c4d14aaaa764 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-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)