aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-15 08:04:41 +0000
committerRichard M. Stallman1993-11-15 08:04:41 +0000
commit6f034b1c2223462019fafddcd6f49435c264b1d5 (patch)
tree1608d6213f8084b46ca4544eb664dd3ca4cfe157
parent8105b77ee3d636aa4dadcd729ffec8e10f60da0d (diff)
downloademacs-6f034b1c2223462019fafddcd6f49435c264b1d5.tar.gz
emacs-6f034b1c2223462019fafddcd6f49435c264b1d5.zip
(command-line-1): Display a message in the echo area.
-rw-r--r--lisp/startup.el4
1 files changed, 3 insertions, 1 deletions
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."))
427 (if (> file-count 2) 427 (if (> file-count 2)
428 (or (get-buffer-window first-file-buffer) 428 (or (get-buffer-window first-file-buffer)
429 (progn (other-window 1) 429 (progn (other-window 1)
430 (buffer-menu))))))) 430 (buffer-menu))))))
431 (message (substitute-command-keys
432 "For information about the GNU project and its goals, type \\[describe-project].")))
431 433
432;;; startup.el ends here 434;;; startup.el ends here