From ab7207af6f2d26834d15f66d14e7d21582ad5733 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Nov 2001 19:16:10 +0000 Subject: [PATCH] Fix previous change. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2