From: Richard M. Stallman Date: Mon, 15 Nov 1993 08:04:41 +0000 (+0000) Subject: (command-line-1): Display a message in the echo area. X-Git-Tag: emacs-19.34~10828 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f034b1c2223462019fafddcd6f49435c264b1d5;p=emacs.git (command-line-1): Display a message in the echo area. --- diff --git a/lisp/startup.el b/lisp/startup.el index bdce263ceca..4ad6213ba6c 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -427,6 +427,8 @@ Type \\[describe-distribution] for information on getting the latest version.")) (if (> file-count 2) (or (get-buffer-window first-file-buffer) (progn (other-window 1) - (buffer-menu))))))) + (buffer-menu)))))) + (message (substitute-command-keys + "For information about the GNU project and its goals, type \\[describe-project]."))) ;;; startup.el ends here