Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4103b337
Commit
4103b337
authored
Feb 06, 2002
by
Richard M. Stallman
Browse files
(use-fancy-splash-screens-p): Need 19 lines,
beyond the image height, to use the fancy splash screen.
parent
540f653d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/startup.el
lisp/startup.el
+1
-1
No files found.
lisp/startup.el
View file @
4103b337
...
...
@@ -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 1
5
)))))
(> window-height (+ image-height 1
9
)))))
(defun normal-splash-screen ()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment