]> git.eshelyaron.com Git - emacs.git/commit
Make load argument of native-compile-async internal
authorStefan Kangas <stefan@marxist.se>
Thu, 19 Nov 2020 21:18:50 +0000 (22:18 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 21 Nov 2020 03:22:59 +0000 (04:22 +0100)
commit6781cd670d1487bbf0364d80de68ca9733342769
treee17667c810d9ce67bf1ac2a8ff621dbd6934040e
parentc60355582a3ed19b4cc7e04b3b2031e461ccf7f1
Make load argument of native-compile-async internal

* lisp/emacs-lisp/comp.el (native--compile-async): New defun extracted
from native-compile-async.
(native-compile-async): Remove load argument and use above new defun.
* src/comp.c (maybe_defer_native_compilation): Use above new
defun.  (Bug#44676)
lisp/emacs-lisp/comp.el
src/comp.c