]> git.eshelyaron.com Git - emacs.git/commit
Fix `no-byte-compile' native compilation interaction (bug#47169)
authorAndrea Corallo <akrl@sdf.org>
Tue, 16 Mar 2021 17:56:34 +0000 (18:56 +0100)
committerAndrea Corallo <akrl@sdf.org>
Tue, 16 Mar 2021 18:02:57 +0000 (19:02 +0100)
commit3e133cc050926284109fe61f4789f67676491ffa
tree80b7b6e409b1faaf290fa9d6a083125a419fd473
parentf3abb1711811f43d1504d8e48f0d27e015b46d6c
Fix `no-byte-compile' native compilation interaction (bug#47169)

* lisp/emacs-lisp/comp.el (comp-spill-lap-function): Throw
no-native-compile when `byte-native-qualities' are null.
* lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer): No need
to consider `no-byte-compile'.
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/comp.el