Mercurial > emacs
changeset 52550:75c282492c17
(command-line-1): Stop startup-echo-area-message being hidden by
"Loading image..." message.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 19 Sep 2003 17:12:53 +0000 |
parents | 90a4382900b0 |
children | 63e754c53eb8 |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Fri Sep 19 17:10:57 2003 +0000 +++ b/lisp/startup.el Fri Sep 19 17:12:53 2003 +0000 @@ -1553,6 +1553,8 @@ 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