aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 8dac582e452..32021225e7e 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1724,11 +1724,7 @@ normal otherwise."
1724 ;; Maybe display a startup screen. 1724 ;; Maybe display a startup screen.
1725 (unless (or inhibit-startup-message 1725 (unless (or inhibit-startup-message
1726 noninteractive 1726 noninteractive
1727 emacs-quick-startup 1727 emacs-quick-startup)
1728 ;; Don't display startup screen if init file
1729 ;; has started some sort of server.
1730 (and (fboundp 'process-list)
1731 (process-list)))
1732 ;; Display a startup screen, after some preparations. 1728 ;; Display a startup screen, after some preparations.
1733 1729
1734 ;; If there are no switches to process, we might as well 1730 ;; If there are no switches to process, we might as well