]> git.eshelyaron.com Git - emacs.git/commit
Be more efficient when checking for a matching client in server.el
authorJim Porter <jporterbugs@gmail.com>
Wed, 27 Oct 2021 13:54:42 +0000 (15:54 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 27 Oct 2021 13:54:42 +0000 (15:54 +0200)
commit158932894b68f58a4417d2fe400dfb593e1067a0
treecd087c384b841210d0c2fef48cc6680628423cbc
parent03366de3948225476545d891c584f7d30c497bd0
Be more efficient when checking for a matching client in server.el

lisp/server.el (server-handle-delete-frame): Use 'seq-some' to
determine if another frame for the current client exists.
(server-kill-emacs-query-function): Use 'seq-some' to determine if
another live client exists (bug#51420).
lisp/server.el