From: Eli Zaretskii Date: Sat, 7 Sep 2019 09:42:52 +0000 (+0300) Subject: ; (server-goto-toplevel): Fix comment to reflect the code. X-Git-Tag: emacs-27.0.90~1553^2~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40eb4c51a40a37c14e882e6db3f880ba4528c089;p=emacs.git ; (server-goto-toplevel): Fix comment to reflect the code. --- diff --git a/lisp/server.el b/lisp/server.el index 45e3d007e45..ac81cdbd483 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -931,7 +931,6 @@ This handles splitting the command if it would be bigger than ;; to open a frame on a new display, we might end up with an unusable ;; frame because input from that display will be blocked (until exiting ;; the minibuffer). Better exit this minibuffer right away. - ;; Similarly with recursive-edits such as the splash screen. (run-with-timer 0 nil (lambda () (server-execute-continuation proc))) (top-level)))