]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/loadup.el (native-comp-enable-subr-trampolines): Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Aug 2023 12:19:51 +0000 (15:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Aug 2023 12:19:51 +0000 (15:19 +0300)
lisp/loadup.el

index 9947c2482c3ac8ae3748549e12a9b4b4d34889ee..3ac1224a0ecb6d540b8d0b49f297c4d14aaaa764 100644 (file)
@@ -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)