diff options
Diffstat (limited to 'lisp/server.el')
-rw-r--r-- | lisp/server.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/server.el b/lisp/server.el index c40b36fa752..73d36ca4b18 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -792,7 +792,7 @@ The following commands are accepted by the client: ;; This looks scary because `fancy-splash-screens' ;; will call `recursive-edit' from a process filter. ;; However, that should be safe to do now. - (display-splash-screen) + (display-splash-screen t) ;; `recursive-edit' will throw an error if Emacs is ;; already doing a recursive edit elsewhere. Catch it ;; here so that we can finish normally. |