diff options
| author | Glenn Morris | 2005-04-05 15:19:35 +0000 |
|---|---|---|
| committer | Glenn Morris | 2005-04-05 15:19:35 +0000 |
| commit | 79f9f704ea99f174e3fd26f7188f79f0ba453151 (patch) | |
| tree | 8cc1def992e4d7dea77ea0dd39539ead01223852 | |
| parent | f4564cfdc38eb8aee6cd17ca9cea735dc8c45c35 (diff) | |
| download | emacs-79f9f704ea99f174e3fd26f7188f79f0ba453151.tar.gz emacs-79f9f704ea99f174e3fd26f7188f79f0ba453151.zip | |
(command-line-1): Display startup-echo-area-message when fancy splash
screen is in use.
| -rw-r--r-- | lisp/startup.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 7be4faceb59..cc603208820 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1481,9 +1481,10 @@ normal otherwise." | |||
| 1481 | nil t)) | 1481 | nil t)) |
| 1482 | (error nil)) | 1482 | (error nil)) |
| 1483 | (kill-buffer buffer))))) | 1483 | (kill-buffer buffer))))) |
| 1484 | ;; Stop any "Loading image..." message hiding echo-area-message. | 1484 | (progn |
| 1485 | (use-fancy-splash-screens-p) | 1485 | ;; Stop any "Loading image..." message hiding echo-area-message. |
| 1486 | (display-startup-echo-area-message)) | 1486 | (use-fancy-splash-screens-p) |
| 1487 | (display-startup-echo-area-message))) | ||
| 1487 | 1488 | ||
| 1488 | ;; Delay 2 seconds after an init file error message | 1489 | ;; Delay 2 seconds after an init file error message |
| 1489 | ;; was displayed, so user can read it. | 1490 | ;; was displayed, so user can read it. |