From 7d188d3d8ba58dcf2cb28fa0aa0f4d6e0b649d08 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 20 Sep 2000 16:49:43 +0000 Subject: [PATCH] (gnus-1) : Don't test for X specifically. --- lisp/gnus/gnus-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 078233373fc..0fcb7dd9a6d 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el @@ -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)))) -- 2.39.2