# HG changeset patch # User Richard M. Stallman # Date 1124574500 0 # Node ID d92890473bd3f70ef37f53e51bcc178f00a4664e # Parent fb6294015f511a4a8d4e3192506c2fe6452b223a (command-line-1): Don't suppress startup screen due to existing processes. diff -r fb6294015f51 -r d92890473bd3 lisp/startup.el --- a/lisp/startup.el Sat Aug 20 21:47:40 2005 +0000 +++ b/lisp/startup.el Sat Aug 20 21:48:20 2005 +0000 @@ -1724,11 +1724,7 @@ ;; 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