]> git.eshelyaron.com Git - emacs.git/commit
Make warning about require/autoload while bootstrapping not error out
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 24 Jun 2022 08:45:34 +0000 (10:45 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 24 Jun 2022 09:04:51 +0000 (11:04 +0200)
commit2ff5cb4cb4420e2b18ea8451ad0b29f1a69bdb6c
treed22ab16c2fd7c47bff722bc4f2261b7d6824fc1c
parentbd1f20eea199d61a8b1db602392d8e17af624ff2
Make warning about require/autoload while bootstrapping not error out

* src/fns.c (Frequire):
* src/eval.c (Fautoload_do_load): Avoid further errors while
outputting the error about not being able to autoload/require
while bootstrapping.
src/eval.c
src/fns.c