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:
parent
7465eb385a
commit
baae3c4ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue