]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-1) <gnus-simple-splash>: Don't test for X
authorDave Love <fx@gnu.org>
Wed, 20 Sep 2000 16:49:43 +0000 (16:49 +0000)
committerDave Love <fx@gnu.org>
Wed, 20 Sep 2000 16:49:43 +0000 (16:49 +0000)
specifically.

lisp/gnus/gnus-start.el

index 078233373fceef73289f34824cc071c46b35d090..0fcb7dd9a6dcfc1188c03624285336ea57cfb3f7 100644 (file)
@@ -681,7 +681,7 @@ prompt the user for the name of an NNTP server to use."
       (cond
        (gnus-xemacs
        (gnus-xmas-splash))
-       ((and (eq window-system 'x)
+       ((and window-system
             (= (frame-height) (1+ (window-height))))
        (gnus-x-splash))))