]> git.eshelyaron.com Git - emacs.git/commit
Rename batch-byte-native-compile-for-bootstrap (bug#48743)
authorAndrea Corallo <akrl@sdf.org>
Tue, 1 Jun 2021 15:10:10 +0000 (17:10 +0200)
committerAndrea Corallo <akrl@sdf.org>
Tue, 1 Jun 2021 16:11:37 +0000 (18:11 +0200)
commitc4b02dad9bdf233888164067d5942c0d7642cae2
tree52373b3274e4ca49c768d679b199bd0660f2a0bd
parent3dff85419902e52239ea971f8cbde523cc785e5d
Rename batch-byte-native-compile-for-bootstrap (bug#48743)

* lisp/Makefile.in : Rename `batch-byte-native-compile-for-bootstrap'
-> `batch-byte+native-compile.
* lisp/emacs-lisp/bytecomp.el (byte+native-compile)
(byte-compile-file): Rename
`batch-byte-native-compile-for-bootstrap' ->
`batch-byte+native-compile + `byte-native-for-bootstrap' ->
`byte+native-compile'.
* lisp/emacs-lisp/comp.el (comp-spill-lap-function, comp-final)
(batch-native-compile, batch-byte+native-compile): Likewise.
* lisp/emacs-lisp/bytecomp.el (byte+native-compile)
(byte-compile-file): Likewise.
* test/src/comp-tests.el (comp-tests-bootstrap): Rename
`byte-native-for-bootstrap' -> `byte+native-compile'.
lisp/Makefile.in
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/comp.el
test/src/comp-tests.el