(command-line-1): Display startup-echo-area-message when fancy splash

screen is in use.
This commit is contained in:
Glenn Morris 2005-04-05 15:19:35 +00:00
parent f4564cfdc3
commit 79f9f704ea

View file

@ -1481,9 +1481,10 @@ normal otherwise."
nil t))
(error nil))
(kill-buffer buffer)))))
;; Stop any "Loading image..." message hiding echo-area-message.
(use-fancy-splash-screens-p)
(display-startup-echo-area-message))
(progn
;; Stop any "Loading image..." message hiding echo-area-message.
(use-fancy-splash-screens-p)
(display-startup-echo-area-message)))
;; Delay 2 seconds after an init file error message
;; was displayed, so user can read it.