From: Richard M. Stallman Date: Sun, 25 Nov 2001 19:16:10 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~18177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab7207af6f2d26834d15f66d14e7d21582ad5733;p=emacs.git Fix previous change. --- diff --git a/lisp/startup.el b/lisp/startup.el index 4eb4b28e23a..ce5ebb6faa6 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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)))