From 11dd83c89907e16f0a58b3b373fa1afdd58dda6d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 7 Apr 2005 11:09:34 +0000 Subject: [PATCH] Comment previous change more fully. --- lisp/startup.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 5ef0dba00b..e10f34c6c7 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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))) -- 2.39.2