]> git.eshelyaron.com Git - emacs.git/commit
* Add SELECTOR parameter to `native-compile-async' (bug#44813)
authorAndrea Corallo <akrl@sdf.org>
Mon, 23 Nov 2020 19:26:00 +0000 (20:26 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 23 Nov 2020 19:26:00 +0000 (20:26 +0100)
commit7a8370ed0f1b1d62657e385789ee2f81c5607ec5
treedbcf8013354dab642051cc0c57e88a61677a8bb8
parent6104ab0f35e10c4d61c8e8774aa246e6630c8ac0
* Add SELECTOR parameter to `native-compile-async' (bug#44813)

* lisp/emacs-lisp/comp.el (native-compile-async-skip-p): New function
ripping out logic from `native--compile-async' and accounting for
SELECTOR.
(native--compile-async): Add SELECTOR parameter, make use of
`native-compile-async-skip-p' and move it with other private
functions.
(native-compile-async): Add SELECTOR parameter.
lisp/emacs-lisp/comp.el