1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(comint-mode): Remove space after `:' in mode-line-process.

This commit is contained in:
Richard M. Stallman 1994-04-24 08:14:46 +00:00
parent 7465eb385a
commit baae3c4ef0

View 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))