]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-mode): Remove space after `:' in mode-line-process.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:14:46 +0000 (08:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:14:46 +0000 (08:14 +0000)
lisp/comint.el

index c6edeecbed5edd2726253341f6acfd3edb7acbbf..b83484809ebe8b89d84a8e92c17a1d0bdd94b104 100644 (file)
@@ -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))