(command-line-1): Display a message in the echo area.
This commit is contained in:
parent
8105b77ee3
commit
6f034b1c22
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue