"For information about GNU Emacs and the GNU system, type \
\\[about-emacs].")))
+(defvar startup-echo-area-message-function #'startup-echo-area-message)
+
(defun display-startup-echo-area-message ()
(let ((resize-mini-windows t))
(or noninteractive inhibit-startup-echo-area-message
- (message "%s" (startup-echo-area-message)))))
+ (message "%s" (funcall startup-echo-area-message-function)))))
(defun display-startup-screen (&optional concise)
"Display startup screen according to display.