From 9f8b58091cdbf898457c7184d99a67b5543dce65 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 19 Sep 2003 17:13:23 +0000 Subject: [PATCH] (command-line-1): Stop startup-echo-area-message being hidden by "Loading image..." message. --- lisp/ChangeLog | 8 ++++++++ lisp/startup.el | 2 ++ 2 files changed, 10 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f719447ffc..1e0d0022fcb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2003-09-19 Glenn Morris + + * startup.el (command-line-1): Stop startup-echo-area-message + being hidden by "Loading image..." message. + + * progmodes/sh-script.el (sh-font-lock-keywords): Highlight + escaped EOLs differently from other backslash constructs. + 2003-09-19 Richard M. Stallman * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status): diff --git a/lisp/startup.el b/lisp/startup.el index 66e94665117..8d425f84e19 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1553,6 +1553,8 @@ 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)) ;; Delay 2 seconds after an init file error message -- 2.39.2