From 40eb4c51a40a37c14e882e6db3f880ba4528c089 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Sep 2019 12:42:52 +0300 Subject: [PATCH] ; (server-goto-toplevel): Fix comment to reflect the code. --- lisp/server.el | 1 - 1 file changed, 1 deletion(-) 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))) -- 2.39.5