From 3c24b4e4a5f36bf7c57d495332a73b7d00127bc6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Aug 2005 21:48:20 +0000 Subject: [PATCH] (command-line-1): Don't suppress startup screen due to existing processes. --- lisp/startup.el | 6 +----- 1 file changed, 1 insertion(+), 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." ;; Maybe display a startup screen. (unless (or inhibit-startup-message noninteractive - emacs-quick-startup - ;; Don't display startup screen if init file - ;; has started some sort of server. - (and (fboundp 'process-list) - (process-list))) + emacs-quick-startup) ;; Display a startup screen, after some preparations. ;; If there are no switches to process, we might as well -- 2.39.2