aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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