the echo area is resized to fit the size of the startup
message.
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.
(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)