summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-24 08:14:46 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-24 08:14:46 +0000
commit07d7e3a1ed97ef24f39053fe769e689069e22862 (patch)
tree2851b0986e240bba9924b62a740db3ae20818b30 /lisp/comint.el
parentd2a9382b2659cff4d39c30ddb26d17397421ad60 (diff)
downloademacs-07d7e3a1ed97ef24f39053fe769e689069e22862.tar.gz
(comint-mode): Remove space after `:' in mode-line-process.
Diffstat (limited to 'lisp/comint.el')
-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'."
(kill-all-local-variables)
(setq major-mode 'comint-mode)
(setq mode-name "Comint")
- (setq mode-line-process '(": %s"))
+ (setq mode-line-process '(":%s"))
(use-local-map comint-mode-map)
(make-local-variable 'comint-last-input-start)
(setq comint-last-input-start (make-marker))