]> git.eshelyaron.com Git - emacs.git/commit
Rename `comp--loadable' into `comp--compilable'
authorAndrea Corallo <akrl@sdf.org>
Tue, 1 Feb 2022 09:46:51 +0000 (10:46 +0100)
committerAndrea Corallo <akrl@sdf.org>
Tue, 1 Feb 2022 10:30:17 +0000 (11:30 +0100)
commite7fd6fe7ecdaac26f5d352cc40ca2b2fcd923bb8
treeec3b42f70e255ec7c9cd42a1564cea86089bf299
parenta92c6191b0ff8d459862386c0a1462cf29521f56
Rename `comp--loadable' into `comp--compilable'

* lisp/startup.el (comp--compilable): Rename from `comp--loadable'.
(startup--require-comp-safely): Update accordingly.
(startup--honor-delayed-native-compilations): Likewise.
* src/comp.c (syms_of_comp): Update.
(maybe_defer_native_compilation): Likewise.
lisp/startup.el
src/comp.c