]> git.eshelyaron.com Git - emacs.git/commit
Fix daemon shutdown when emacs-kill-hooks ask questions
authorEli Zaretskii <eliz@gnu.org>
Mon, 12 Sep 2016 18:25:09 +0000 (21:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 12 Sep 2016 18:25:09 +0000 (21:25 +0300)
commit2675c79db5745d55d43b78019b1e6a4f84b168fa
tree5dff547e5a5abacec46ead3752dd60a1df20ffd6
parent6d6d9cd607601f41501b8f64230150ae26b8d500
Fix daemon shutdown when emacs-kill-hooks ask questions

* lisp/server.el (server-start): Put the server's kill-emacs-hook
last, to allow other hooks to have a frame to interact with the
user.  (Bug#24326)
lisp/server.el