]> code.delx.au - gnu-emacs/commit
Fix splash screen display at startup
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Mar 2016 07:45:39 +0000 (10:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Mar 2016 07:45:39 +0000 (10:45 +0300)
commit326c64fcc37cdb31183ec62d5535ec0a52c4738e
treebaa97b7ac79e07463c18f74be2a55ccddfc402e2
parent7ab2a9743faca2ddde04ea2e6127badac9ce1bb1
Fix splash screen display at startup

* src/frame.c (DEFAULT_ROWS): Enlarge to 36, so that the initial
window displayed by "emacs -q" has enough space to show the whole
text even if it includes 2 lines talking about recovering crashes
sessions.  (Bug#23074)

* lisp/startup.el (use-fancy-splash-screens-p): Fix off-by-one
error when computing the window-height from frame-height.

* etc/NEWS: Mention the change.
etc/NEWS
lisp/startup.el
src/frame.c