Mercurial > emacs
changeset 41508:b04f0b4fdbd6
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 25 Nov 2001 19:16:10 +0000 |
parents | f883faadb8aa |
children | aeb0c4a140d2 |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Sun Nov 25 18:54:40 2001 +0000 +++ b/lisp/startup.el Sun Nov 25 19:16:10 2001 +0000 @@ -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)))