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
commitbaae3c4ef0839fb0faa8de8951c5c94b91c2eebc (patch)
tree6d47aad8916048a7e30fe0de37d15f0a62db8d64 /lisp/comint.el
parent7465eb385ae1c96ab2de378ff2c4b86c15828f63 (diff)
downloademacs-baae3c4ef0839fb0faa8de8951c5c94b91c2eebc.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))