diff options
author | Andrea Corallo <akrl@sdf.org> | 2023-02-13 10:15:33 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2023-02-13 10:15:33 +0100 |
commit | 3969a34fa1ba1647665c662ce0a594b92f3f9d87 (patch) | |
tree | c11774f1d7fb7335bbd36e9bc1b9b9b19d086f3a /lisp/emacs-lisp | |
parent | cc30422825a5acf460d026bfe912b327b70dedcf (diff) | |
download | emacs-3969a34fa1ba1647665c662ce0a594b92f3f9d87.tar.gz emacs-3969a34fa1ba1647665c662ce0a594b92f3f9d87.tar.bz2 emacs-3969a34fa1ba1647665c662ce0a594b92f3f9d87.zip |
Revert "Rename to inhibit-automatic-native-compilation"
This reverts commit f97993ee667f9be7589825f3a4fbc095d6944ec6.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 7ba8e956fb2..ab6c8a8ea90 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -3805,7 +3805,7 @@ Return the trampoline if found or nil otherwise." form nil ;; If we've disabled nativecomp, don't write the trampolines to ;; the eln cache (but create them). - (and (not inhibit-automatic-native-compilation) + (and (not inhibit-native-compilation) (cl-loop for dir in (if native-compile-target-directory (list (expand-file-name comp-native-version-dir |