]> git.eshelyaron.com Git - emacs.git/commit
Allow client connections when in recursive-edit
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Sep 2019 09:33:03 +0000 (12:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Sep 2019 09:33:03 +0000 (12:33 +0300)
commitcac8152c8e550df634c22c0570e1fd69f2bef68c
tree1018660cd198dfecdd26f91fae2fad70d83b1d83
parentf34f49f35e5c000a6ee070678f43d2ca38b76cad
Allow client connections when in recursive-edit

* lisp/server.el (server-goto-toplevel): Check minibuffer
depth, not recursion depth.  This avoids exiting
recursive-edit if a client connection is accepted during
recursive-edit.  (Bug#37176)
lisp/server.el