aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)