Mercurial > emacs
changeset 2556:8b6c3d4256a0
(shell-mode): Capitalize mode name.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Mon, 19 Apr 1993 21:19:44 +0000 |
parents | 9013d6e2b2e7 |
children | a212ee1907fe |
files | lisp/shell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/shell.el Mon Apr 19 21:19:10 1993 +0000 +++ b/lisp/shell.el Mon Apr 19 21:19:44 1993 +0000 @@ -228,7 +228,7 @@ (comint-mode) (setq comint-prompt-regexp shell-prompt-pattern) (setq major-mode 'shell-mode) - (setq mode-name "shell") + (setq mode-name "Shell") (use-local-map shell-mode-map) (make-local-variable 'shell-dirstack) (setq shell-dirstack nil)