]> git.eshelyaron.com Git - emacs.git/commitdiff
(use-fancy-splash-screens-p): Need 19 lines,
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Feb 2002 14:59:10 +0000 (14:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Feb 2002 14:59:10 +0000 (14:59 +0000)
beyond the image height, to use the fancy splash screen.

lisp/startup.el

index 7a69fb1b9918a507883bb4031aa42c8c6fe44500..b2f6038035621c0d24aea407f60e5dc6a14423c5 100644 (file)
@@ -1284,7 +1284,7 @@ where FACE is a valid face specification, as it can be used with
                                      "splash.xpm" "splash.pbm"))))
           (image-height (and img (cdr (image-size img))))
           (window-height (1- (window-height (selected-window)))))
-      (> window-height (+ image-height 15)))))
+      (> window-height (+ image-height 19)))))
 
 
 (defun normal-splash-screen ()