(command-line-1): Display startup-echo-area-message when fancy splash
screen is in use.
This commit is contained in:
parent
f4564cfdc3
commit
79f9f704ea
1 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue