]> git.eshelyaron.com Git - emacs.git/commit
Rename comp-debug -> native-comp-debug
authorAndrea Corallo <akrl@sdf.org>
Thu, 6 May 2021 08:14:00 +0000 (10:14 +0200)
committerAndrea Corallo <akrl@sdf.org>
Thu, 6 May 2021 15:16:07 +0000 (17:16 +0200)
commit94c69eb1d7dfbe5a6a792c707de0bffe6cd11e28
tree19b6f3878fe5bc94cbe02f8e1fe7ef886e0dcee5
parent43f29696adc37ae75d87cd4b86d78e830e01e018
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.
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/comp.el
src/comp.c
test/src/comp-tests.el