From: Eli Zaretskii Date: Sun, 13 Aug 2023 12:19:51 +0000 (+0300) Subject: ; * lisp/loadup.el (native-comp-enable-subr-trampolines): Fix a typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0901dbb2f2c294f67e5cf5e15e3d0d8452eaee5a;p=emacs.git ; * lisp/loadup.el (native-comp-enable-subr-trampolines): Fix a typo. --- 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"))) (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)