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/progmodes/elisp-mode.el | |
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/progmodes/elisp-mode.el')
-rw-r--r-- | lisp/progmodes/elisp-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index be969b0c3e3..7ba2c38cb75 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -220,8 +220,8 @@ All commands in `lisp-mode-shared-map' are inherited by this map." Load the compiled code when finished. Use `emacs-lisp-byte-compile-and-load' in combination with -`inhibit-automatic-native-compilation' set to nil to achieve -asynchronous native compilation." +`inhibit-native-compilation' set to nil to achieve asynchronous +native compilation." (interactive nil emacs-lisp-mode) (emacs-lisp--before-compile-buffer) (load (native-compile buffer-file-name))) |