# HG changeset patch # User Richard M. Stallman # Date 767175286 0 # Node ID 058f19d36c073041762bc2b40a91fdf239ab991f # Parent d3334311fc586f4452b098a4e03817e595d8f1c9 (comint-mode): Remove space after `:' in mode-line-process. diff -r d3334311fc58 -r 058f19d36c07 lisp/comint.el --- 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))