From: Richard M. Stallman Date: Wed, 6 Feb 2002 14:59:10 +0000 (+0000) Subject: (use-fancy-splash-screens-p): Need 19 lines, X-Git-Tag: ttn-vms-21-2-B4~16834 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4103b3373e3eb66eb28abe8f1fc01c7c965fe82f;p=emacs.git (use-fancy-splash-screens-p): Need 19 lines, beyond the image height, to use the fancy splash screen. --- diff --git a/lisp/startup.el b/lisp/startup.el index 7a69fb1b991..b2f60380356 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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 ()