comparison lisp/startup.el @ 5023:ff4c359fa626

(command-line-1): Display a message in the echo area.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Nov 1993 08:04:41 +0000
parents 8996606e0a12
children 7eff30849357
comparison
equal deleted inserted replaced
5022:61203f0197e8 5023:ff4c359fa626
425 ;; If 3 or more files visited, and not all visible, 425 ;; If 3 or more files visited, and not all visible,
426 ;; show user what they all are. 426 ;; show user what they all are.
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