aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index c6edeecbed5..b83484809eb 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -342,7 +342,7 @@ Entry to this mode runs the hooks on `comint-mode-hook'."
342 (kill-all-local-variables) 342 (kill-all-local-variables)
343 (setq major-mode 'comint-mode) 343 (setq major-mode 'comint-mode)
344 (setq mode-name "Comint") 344 (setq mode-name "Comint")
345 (setq mode-line-process '(": %s")) 345 (setq mode-line-process '(":%s"))
346 (use-local-map comint-mode-map) 346 (use-local-map comint-mode-map)
347 (make-local-variable 'comint-last-input-start) 347 (make-local-variable 'comint-last-input-start)
348 (setq comint-last-input-start (make-marker)) 348 (setq comint-last-input-start (make-marker))