aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-04-19 21:19:44 +0000
committerRoland McGrath1993-04-19 21:19:44 +0000
commitbd5201e334a09027fae2c025b90d5138b5db5998 (patch)
tree28885f0a1ae2d7853de933b17192b1b058f3a739
parentf495d400ead063b2ad26c3210edf68d9410b106d (diff)
downloademacs-bd5201e334a09027fae2c025b90d5138b5db5998.tar.gz
emacs-bd5201e334a09027fae2c025b90d5138b5db5998.zip
(shell-mode): Capitalize mode name.
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index bf7d2b820e4..1f69e426d91 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -228,7 +228,7 @@ to match their respective commands."
228 (comint-mode) 228 (comint-mode)
229 (setq comint-prompt-regexp shell-prompt-pattern) 229 (setq comint-prompt-regexp shell-prompt-pattern)
230 (setq major-mode 'shell-mode) 230 (setq major-mode 'shell-mode)
231 (setq mode-name "shell") 231 (setq mode-name "Shell")
232 (use-local-map shell-mode-map) 232 (use-local-map shell-mode-map)
233 (make-local-variable 'shell-dirstack) 233 (make-local-variable 'shell-dirstack)
234 (setq shell-dirstack nil) 234 (setq shell-dirstack nil)