]> git.eshelyaron.com Git - emacs.git/commit
* Prevent recursive load
authorAndrea Corallo <akrl@sdf.org>
Sat, 15 Aug 2020 08:54:22 +0000 (10:54 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 17 Aug 2020 16:04:22 +0000 (18:04 +0200)
commitdf774c4947c19478769587d587d07014aac79548
tree21f94c9dfe95fc95e224e4e78d0e93a06a6c60e5
parentdbeafd34032797c5d743a741492a5d9b35dd8c7b
* Prevent recursive load

Prevent autoload to kicks in while running `native-compile-async'.
Autoload cannot be used safely by functions serving deferred
compilation as a circular load can be triggered if the dependency is
not native compiled already.

* lisp/emacs-lisp/comp.el (warnings): Add require.
lisp/emacs-lisp/comp.el