X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5c2f2631f8c64dba6367610acbd01304049631c9..7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4:/lisp/startup.el diff --git a/lisp/startup.el b/lisp/startup.el index 6c65b30fe3..2e8b6b7f8c 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1693,7 +1693,6 @@ splash screen in another window." (force-mode-line-update)) (use-local-map splash-screen-keymap) (setq tab-width 22) - (message "%s" (startup-echo-area-message t)) (setq buffer-read-only t) (goto-char (point-min)) (forward-line 3)))) @@ -2017,8 +2016,8 @@ Type \\[describe-distribution] for information on ")) 'follow-link t) (insert "\tBuying printed manuals from the FSF\n")) -(defun startup-echo-area-message (&optional about-screen-message) - (cond ((and (daemonp) (not about-screen-message)) +(defun startup-echo-area-message () + (cond ((daemonp) "Starting Emacs daemon.") ((eq (key-binding "\C-h\C-a") 'about-emacs) "For information about GNU Emacs and the GNU system, type C-h C-a.")