summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2021-05-06 14:57:48 +0200
committerAndrea Corallo <akrl@sdf.org>2021-05-06 17:16:08 +0200
commit8c429a42c4ad8137dc932d5ba0f2f5c7bd8f7799 (patch)
tree02b593bae6b0110cfa572805440d03c8030aadcb /lisp/emacs-lisp/bytecomp.el
parent419852a599ceac1d80eb578a9a6df707fc6f6c8e (diff)
downloademacs-8c429a42c4ad8137dc932d5ba0f2f5c7bd8f7799.tar.gz
emacs-8c429a42c4ad8137dc932d5ba0f2f5c7bd8f7799.tar.bz2
emacs-8c429a42c4ad8137dc932d5ba0f2f5c7bd8f7799.zip
Rename comp-native-driver-options → native-comp-driver-options
* src/comp.c (add_driver_options, syms_of_comp): Rename comp-native-driver-options → native-comp-driver-options. * lisp/emacs-lisp/comp.el (native-comp-driver-options) (comp-ctxt, comp-spill-lap-function, comp-final) (comp-run-async-workers): Likewise. * lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer): Likewise.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r--lisp/emacs-lisp/bytecomp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 16740e92d35..114c264fee3 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -2242,8 +2242,8 @@ With argument ARG, insert value in current buffer after the form."
(push `(native-comp-speed . ,native-comp-speed) byte-native-qualities)
(defvar native-comp-debug)
(push `(native-comp-debug . ,native-comp-debug) byte-native-qualities)
- (defvar comp-native-driver-options)
- (push `(comp-native-driver-options . ,comp-native-driver-options)
+ (defvar native-comp-driver-options)
+ (push `(native-comp-driver-options . ,native-comp-driver-options)
byte-native-qualities)
(defvar no-native-compile)
(push `(no-native-compile . ,no-native-compile)