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: | |||
| 792 | ;; This looks scary because `fancy-splash-screens' | 792 | ;; This looks scary because `fancy-splash-screens' |
| 793 | ;; will call `recursive-edit' from a process filter. | 793 | ;; will call `recursive-edit' from a process filter. |
| 794 | ;; However, that should be safe to do now. | 794 | ;; However, that should be safe to do now. |
| 795 | (display-splash-screen) | 795 | (display-splash-screen t) |
| 796 | ;; `recursive-edit' will throw an error if Emacs is | 796 | ;; `recursive-edit' will throw an error if Emacs is |
| 797 | ;; already doing a recursive edit elsewhere. Catch it | 797 | ;; already doing a recursive edit elsewhere. Catch it |
| 798 | ;; here so that we can finish normally. | 798 | ;; here so that we can finish normally. |