changeset 31783:65104da03c90

(gnus-1) <gnus-simple-splash>: Don't test for X specifically.
author Dave Love <fx@gnu.org>
date Wed, 20 Sep 2000 16:49:43 +0000
parents 480df1496aef
children 33d474f4b866
files lisp/gnus/gnus-start.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-start.el	Wed Sep 20 16:47:30 2000 +0000
+++ b/lisp/gnus/gnus-start.el	Wed Sep 20 16:49:43 2000 +0000
@@ -681,7 +681,7 @@
       (cond
        (gnus-xemacs
 	(gnus-xmas-splash))
-       ((and (eq window-system 'x)
+       ((and window-system
 	     (= (frame-height) (1+ (window-height))))
 	(gnus-x-splash))))