diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |