diff options
| author | Richard M. Stallman | 2002-02-06 14:59:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-02-06 14:59:10 +0000 |
| commit | 4103b3373e3eb66eb28abe8f1fc01c7c965fe82f (patch) | |
| tree | 304b0c93550a337b75c7b65f83615c97891880d6 | |
| parent | 540f653db1742c720077ca50e87c13a17077fc02 (diff) | |
| download | emacs-4103b3373e3eb66eb28abe8f1fc01c7c965fe82f.tar.gz emacs-4103b3373e3eb66eb28abe8f1fc01c7c965fe82f.zip | |
(use-fancy-splash-screens-p): Need 19 lines,
beyond the image height, to use the fancy splash screen.
| -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 | |||
| 1284 | "splash.xpm" "splash.pbm")))) | 1284 | "splash.xpm" "splash.pbm")))) |
| 1285 | (image-height (and img (cdr (image-size img)))) | 1285 | (image-height (and img (cdr (image-size img)))) |
| 1286 | (window-height (1- (window-height (selected-window))))) | 1286 | (window-height (1- (window-height (selected-window))))) |
| 1287 | (> window-height (+ image-height 15))))) | 1287 | (> window-height (+ image-height 19))))) |
| 1288 | 1288 | ||
| 1289 | 1289 | ||
| 1290 | (defun normal-splash-screen () | 1290 | (defun normal-splash-screen () |