emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Sat, 20 Aug 2005 17:48:20 -0400

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.374 emacs/lisp/startup.el:1.375
*** emacs/lisp/startup.el:1.374 Tue Aug  9 11:30:12 2005
--- emacs/lisp/startup.el       Sat Aug 20 21:48:20 2005
***************
*** 1724,1734 ****
    ;; 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)))
      ;; Display a startup screen, after some preparations.
  
      ;; If there are no switches to process, we might as well
--- 1724,1730 ----
    ;; Maybe display a startup screen.
    (unless (or inhibit-startup-message
              noninteractive
!             emacs-quick-startup)
      ;; Display a startup screen, after some preparations.
  
      ;; If there are no switches to process, we might as well




reply via email to

[Prev in Thread] Current Thread [Next in Thread]