]> git.eshelyaron.com Git - emacs.git/commit
Do not defer compilation when bytecode is explicitly requested (bug#46617)
authorAndrea Corallo <akrl@sdf.org>
Wed, 31 Mar 2021 12:49:36 +0000 (14:49 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 31 Mar 2021 17:56:10 +0000 (19:56 +0200)
commit613caa9527ef56fb9b810d2b9478cbe9784baca0
treef8728f743ec52298e8680355eb0f6a8f0bf46134
parent515378434a44b9979e8c8a6e04203695095bdc40
Do not defer compilation when bytecode is explicitly requested (bug#46617)

* src/comp.c (maybe_defer_native_compilation): Check if the file
is registered in 'V_comp_no_native_file_h'.
(syms_of_comp): 'V_comp_no_native_file_h' new global.
* src/lread.c (maybe_swap_for_eln): Register files in
'V_comp_no_native_file_h'.
* lisp/faces.el (tty-run-terminal-initialization): Do not
explicitly load .elc file to not exclude .eln being loaded in
place.
lisp/faces.el
src/comp.c
src/lread.c