changeset 7071:058f19d36c07

(comint-mode): Remove space after `:' in mode-line-process.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Apr 1994 08:14:46 +0000
parents d3334311fc58
children 5da29eb68c82
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Sun Apr 24 08:14:18 1994 +0000
+++ b/lisp/comint.el	Sun Apr 24 08:14:46 1994 +0000
@@ -342,7 +342,7 @@
   (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))