]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Nov 2001 19:16:10 +0000 (19:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Nov 2001 19:16:10 +0000 (19:16 +0000)
lisp/startup.el

index 4eb4b28e23a118bbb1bdab2b42070ee01ab30275..ce5ebb6faa6b27760d05f043b1e46ac37fa082f4 100644 (file)
@@ -1503,7 +1503,7 @@ where FACE is a valid face specification, as it can be used with
               (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)))