]> git.eshelyaron.com Git - emacs.git/commit
Make "restart" erroring slightly more reliable
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 18 Apr 2022 08:50:45 +0000 (10:50 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 18 Apr 2022 08:50:45 +0000 (10:50 +0200)
commite0009409b8cb0ce3810abf879e9e00c915724e47
treecd6d0e7f51f919090bafb12d33ddd41a7e492024
parent713a1997059fb823f9fa26f92cee032fb6bfdc25
Make "restart" erroring slightly more reliable

* src/emacs.c (Fkill_emacs): Use emacs_perror for the "restart"
errors -- we've already shut down Emacs at this point, so the
normal erroring machinery isn't reliable.
src/emacs.c