]> git.eshelyaron.com Git - emacs.git/commit
Avoid native compiler setting user-init-file to warnings.el (bug#59358)
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 20 Nov 2022 20:40:08 +0000 (21:40 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 20 Nov 2022 20:40:08 +0000 (21:40 +0100)
commit8ec8decd9f1ab642c7f1406b37a89773345b5aba
treeea5bb0df657b5df28b11a87bc62d92cada280e1a
parent4bc9fe33afa4a2dc063e7c25d6098ad98fcb0208
Avoid native compiler setting user-init-file to warnings.el (bug#59358)

* src/lread.c (maybe_swap_for_eln): Use a delayed warning
instead of `display-warning' to avoid a recursive call to
Fload while loading the init file that sets `user-init-file'
to a bogus value.
src/lread.c