aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-08-13 15:19:51 +0300
committerEli Zaretskii2023-08-13 15:19:51 +0300
commit0901dbb2f2c294f67e5cf5e15e3d0d8452eaee5a (patch)
tree2292c64c622d8ab7927b4b94e12e693cdb8c8c16
parenteea0116e868d782508540b5dbc07e39b64e808f6 (diff)
downloademacs-0901dbb2f2c294f67e5cf5e15e3d0d8452eaee5a.tar.gz
emacs-0901dbb2f2c294f67e5cf5e15e3d0d8452eaee5a.zip
; * lisp/loadup.el (native-comp-enable-subr-trampolines): Fix a typo.
-rw-r--r--lisp/loadup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 9947c2482c3..3ac1224a0ec 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -603,7 +603,7 @@ lost after dumping")))
603 (equal dump-mode "pdump")) 603 (equal dump-mode "pdump"))
604 ;; Don't enable this before bootstrap is completed, as the 604 ;; Don't enable this before bootstrap is completed, as the
605 ;; compiler infrastructure may not be usable yet. 605 ;; compiler infrastructure may not be usable yet.
606 (setq comp-enable-subr-trampolines t)) 606 (setq native-comp-enable-subr-trampolines t))
607 (message "Dumping under the name %s" output) 607 (message "Dumping under the name %s" output)
608 (condition-case () 608 (condition-case ()
609 (delete-file output) 609 (delete-file output)