diff lisp/startup.el @ 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 04fd42105e13
children b0dd419f0534
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)