comparison lisp/startup.el @ 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 b43107701c1e
children ea119ac3951f 532e0a9335a9 2d92f5c9d6ae
comparison
equal deleted inserted replaced
65056:fb6294015f51 65057:d92890473bd3
1722 (list-buffers))))) 1722 (list-buffers)))))
1723 1723
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
1735 ;; run this hook now, and there may be some need to do it 1731 ;; run this hook now, and there may be some need to do it
1736 ;; before doing any output. 1732 ;; before doing any output.