Mercurial > emacs
changeset 35601:7402e353c6e4
(display-startup-echo-area-message): Make sure
the echo area is resized to fit the size of the startup
message.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 26 Jan 2001 11:37:51 +0000 |
parents | 1e31f3cb4c59 |
children | 149710cb0ef0 |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Fri Jan 26 11:30:01 2001 +0000 +++ b/lisp/startup.el Fri Jan 26 11:37:51 2001 +0000 @@ -1207,7 +1207,8 @@ (defun display-startup-echo-area-message () - (message (startup-echo-area-message))) + (let ((resize-mini-windows t)) + (message (startup-echo-area-message)))) (defun command-line-1 (command-line-args-left)