mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Comment previous change more fully.
This commit is contained in:
parent
4c23089d99
commit
11dd83c899
@ -1481,8 +1481,14 @@ normal otherwise."
|
||||
nil t))
|
||||
(error nil))
|
||||
(kill-buffer buffer)))))
|
||||
;; display-splash-screen at the end of command-line-1 calls
|
||||
;; use-fancy-splash-screens-p. This can cause image.el to be
|
||||
;; loaded, putting "Loading image... done" in the echo area.
|
||||
;; This hides startup-echo-area-message. So
|
||||
;; use-fancy-splash-screens-p is called here simply to get the
|
||||
;; loading of image.el (if needed) out of the way before
|
||||
;; display-startup-echo-area-message runs.
|
||||
(progn
|
||||
;; Stop any "Loading image..." message hiding echo-area-message.
|
||||
(use-fancy-splash-screens-p)
|
||||
(display-startup-echo-area-message)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user