1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(display-startup-echo-area-message): Make sure

the echo area is resized to fit the size of the startup
message.
This commit is contained in:
Gerd Moellmann 2001-01-26 11:38:23 +00:00
parent 1c636b5f4b
commit 15fa6db0df
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,9 @@
2001-01-26 Gerd Moellmann <gerd@gnu.org>
* startup.el (display-startup-echo-area-message): Make sure
the echo area is resized to fit the size of the startup
message.
* gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
part of which is a constant.

View file

@ -1207,7 +1207,8 @@ where FACE is a valid face specification, as it can be used with
(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)