diff options
author | Dave Love <fx@gnu.org> | 2000-09-20 16:49:43 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-20 16:49:43 +0000 |
commit | 7d188d3d8ba58dcf2cb28fa0aa0f4d6e0b649d08 (patch) | |
tree | d99e45622b30e5a62bf8e54159f0321d0e74ed14 /lisp/gnus | |
parent | 20caff33232a17bc93a0a443434a322a1158cd35 (diff) | |
download | emacs-7d188d3d8ba58dcf2cb28fa0aa0f4d6e0b649d08.tar.gz |
(gnus-1) <gnus-simple-splash>: Don't test for X
specifically.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/gnus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |