]> git.eshelyaron.com Git - emacs.git/commitdiff
; (server-goto-toplevel): Fix comment to reflect the code.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Sep 2019 09:42:52 +0000 (12:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Sep 2019 09:42:52 +0000 (12:42 +0300)
lisp/server.el

index 45e3d007e45b7bbbf26d311b24e3e44f6ad00eb3..ac81cdbd48392f2ba5cf3b7f81cbcc1797fa634b 100644 (file)
@@ -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)))