]> git.eshelyaron.com Git - emacs.git/commit
Fix spurious "Compilation finished" native-comp messages
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 17 Oct 2022 12:30:54 +0000 (14:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 17 Oct 2022 12:30:54 +0000 (14:30 +0200)
commitb9aff5fdb89092b68ebd7782c8dc85e6daca14b2
tree58c1ad9265b2420867052beb2bf2fafb671f8414
parent5176d006114390885a3a34fd80a8e25687558edc
Fix spurious "Compilation finished" native-comp messages

* lisp/emacs-lisp/comp.el (native--compile-async): Don't start the
async compilation if we didn't add anything.  This avoids spurious
"Compilation finished" messages in the *Async* buffer when it
turned out that all the files we considered nativecomping were
skipped.
lisp/emacs-lisp/comp.el