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: Sun, 25 Nov 2001 14:16:10 -0500

Index: emacs/lisp/startup.el
diff -u emacs/lisp/startup.el:1.276 emacs/lisp/startup.el:1.277
--- emacs/lisp/startup.el:1.276 Sun Nov 25 12:43:04 2001
+++ emacs/lisp/startup.el       Sun Nov 25 14:16:10 2001
@@ -1503,7 +1503,7 @@
               (string= (buffer-name) "*scratch*")
               ;; Don't display startup screen if init file
               ;; has started some sort of server.
-              (process-list)
+              (null (process-list))
               ;; Don't display startup screen if init file
               ;; has inserted some text in *scratch*.
               (= 0 (buffer-size)))



reply via email to

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