Don't prompt when killing an Emacs client if it's the last client
authorJim Porter <jporterbugs@gmail.com>
Sun, 9 Oct 2022 22:53:27 +0000 (15:53 -0700)
committerJim Porter <jporterbugs@gmail.com>
Mon, 10 Oct 2022 22:09:21 +0000 (15:09 -0700)
commitebc19f56aaeb98b834eea1ce8768ca13bed8578c
tree80102e7660ae6b31f6f7c9106291ec82e48f1519
parent5df95ba039d93b26b11adcf61646467cd7174740
Don't prompt when killing an Emacs client if it's the last client

* lisp/server.el (server-kill-emacs-query-function): Ignore the
current client (if any) when checking for live clients (bug#58404).
lisp/server.el