aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-09-20 16:49:43 +0000
committerDave Love2000-09-20 16:49:43 +0000
commit7d188d3d8ba58dcf2cb28fa0aa0f4d6e0b649d08 (patch)
treed99e45622b30e5a62bf8e54159f0321d0e74ed14
parent20caff33232a17bc93a0a443434a322a1158cd35 (diff)
downloademacs-7d188d3d8ba58dcf2cb28fa0aa0f4d6e0b649d08.tar.gz
emacs-7d188d3d8ba58dcf2cb28fa0aa0f4d6e0b649d08.zip
(gnus-1) <gnus-simple-splash>: Don't test for X
specifically.
-rw-r--r--lisp/gnus/gnus-start.el2
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."
681 (cond 681 (cond
682 (gnus-xemacs 682 (gnus-xemacs
683 (gnus-xmas-splash)) 683 (gnus-xmas-splash))
684 ((and (eq window-system 'x) 684 ((and window-system
685 (= (frame-height) (1+ (window-height)))) 685 (= (frame-height) (1+ (window-height))))
686 (gnus-x-splash)))) 686 (gnus-x-splash))))
687 687