Mercurial > emacs
changeset 65057:d92890473bd3
(command-line-1): Don't suppress startup screen due to existing processes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 20 Aug 2005 21:48:20 +0000 |
parents | fb6294015f51 |
children | de7df04c6d6b |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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