# HG changeset patch # User Richard M. Stallman # Date 1013007550 0 # Node ID 3349c41a0c5e55168e96f08a7936c4840a1a3afa # Parent 2630388260f54beb64766b725817563fc1daea03 (use-fancy-splash-screens-p): Need 19 lines, beyond the image height, to use the fancy splash screen. diff -r 2630388260f5 -r 3349c41a0c5e lisp/startup.el --- a/lisp/startup.el Wed Feb 06 14:57:57 2002 +0000 +++ b/lisp/startup.el Wed Feb 06 14:59:10 2002 +0000 @@ -1284,7 +1284,7 @@ "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 ()