summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2021-05-06 10:14:00 +0200
committerAndrea Corallo <akrl@sdf.org>2021-05-06 17:16:07 +0200
commit94c69eb1d7dfbe5a6a792c707de0bffe6cd11e28 (patch)
tree19b6f3878fe5bc94cbe02f8e1fe7ef886e0dcee5 /lisp/emacs-lisp/bytecomp.el
parent43f29696adc37ae75d87cd4b86d78e830e01e018 (diff)
downloademacs-94c69eb1d7dfbe5a6a792c707de0bffe6cd11e28.tar.gz
emacs-94c69eb1d7dfbe5a6a792c707de0bffe6cd11e28.tar.bz2
emacs-94c69eb1d7dfbe5a6a792c707de0bffe6cd11e28.zip
Rename comp-debug -> native-comp-debug
* src/comp.c (emit_ctxt_code, syms_of_comp): Rename comp-debug -> native-comp-debug. * lisp/emacs-lisp/comp.el (native-comp-debug, comp-ctxt) (comp-spill-lap-function, comp-run-async-workers): Likewise. * lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer): Likewise. * test/src/comp-tests.el (comp-tests-bootstrap): 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 2a07ea79f56..16740e92d35 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -2240,8 +2240,8 @@ With argument ARG, insert value in current buffer after the form."
(when byte-native-compiling
(defvar native-comp-speed)
(push `(native-comp-speed . ,native-comp-speed) byte-native-qualities)
- (defvar comp-debug)
- (push `(comp-debug . ,comp-debug) 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)
byte-native-qualities)