comparison lisp/startup.el @ 61359:35306ccf2422

Comment previous change more fully.
author Glenn Morris <rgm@gnu.org>
date Thu, 07 Apr 2005 11:09:34 +0000
parents 2b48abcc50ef
children b9d559315c0a 865f9b91fdbe 02f1dbc4a199
comparison
equal deleted inserted replaced
61358:1569468ee989 61359:35306ccf2422
1479 init-file-user))) 1479 init-file-user)))
1480 "[ \t\n]*)") 1480 "[ \t\n]*)")
1481 nil t)) 1481 nil t))
1482 (error nil)) 1482 (error nil))
1483 (kill-buffer buffer))))) 1483 (kill-buffer buffer)))))
1484 ;; display-splash-screen at the end of command-line-1 calls
1485 ;; use-fancy-splash-screens-p. This can cause image.el to be
1486 ;; loaded, putting "Loading image... done" in the echo area.
1487 ;; This hides startup-echo-area-message. So
1488 ;; use-fancy-splash-screens-p is called here simply to get the
1489 ;; loading of image.el (if needed) out of the way before
1490 ;; display-startup-echo-area-message runs.
1484 (progn 1491 (progn
1485 ;; Stop any "Loading image..." message hiding echo-area-message.
1486 (use-fancy-splash-screens-p) 1492 (use-fancy-splash-screens-p)
1487 (display-startup-echo-area-message))) 1493 (display-startup-echo-area-message)))
1488 1494
1489 ;; Delay 2 seconds after an init file error message 1495 ;; Delay 2 seconds after an init file error message
1490 ;; was displayed, so user can read it. 1496 ;; was displayed, so user can read it.