From: Dave Love Date: Wed, 20 Sep 2000 16:49:43 +0000 (+0000) Subject: (gnus-1) : Don't test for X X-Git-Tag: emacs-pretest-21.0.90~1473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d188d3d8ba58dcf2cb28fa0aa0f4d6e0b649d08;p=emacs.git (gnus-1) : Don't test for X specifically. --- 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))))