changeset 61359:35306ccf2422

Comment previous change more fully.
author Glenn Morris <rgm@gnu.org>
date Thu, 07 Apr 2005 11:09:34 +0000
parents 1569468ee989
children 93e4cee306d3
files lisp/startup.el
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Thu Apr 07 09:15:15 2005 +0000
+++ b/lisp/startup.el	Thu Apr 07 11:09:34 2005 +0000
@@ -1481,8 +1481,14 @@
 			    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)))