diff options
| author | Richard M. Stallman | 1994-04-24 08:14:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-24 08:14:46 +0000 |
| commit | baae3c4ef0839fb0faa8de8951c5c94b91c2eebc (patch) | |
| tree | 6d47aad8916048a7e30fe0de37d15f0a62db8d64 /lisp/comint.el | |
| parent | 7465eb385ae1c96ab2de378ff2c4b86c15828f63 (diff) | |
| download | emacs-baae3c4ef0839fb0faa8de8951c5c94b91c2eebc.tar.gz emacs-baae3c4ef0839fb0faa8de8951c5c94b91c2eebc.zip | |
(comint-mode): Remove space after `:' in mode-line-process.
Diffstat (limited to 'lisp/comint.el')
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index c6edeecbed5..b83484809eb 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -342,7 +342,7 @@ Entry to this mode runs the hooks on `comint-mode-hook'." | |||
| 342 | (kill-all-local-variables) | 342 | (kill-all-local-variables) |
| 343 | (setq major-mode 'comint-mode) | 343 | (setq major-mode 'comint-mode) |
| 344 | (setq mode-name "Comint") | 344 | (setq mode-name "Comint") |
| 345 | (setq mode-line-process '(": %s")) | 345 | (setq mode-line-process '(":%s")) |
| 346 | (use-local-map comint-mode-map) | 346 | (use-local-map comint-mode-map) |
| 347 | (make-local-variable 'comint-last-input-start) | 347 | (make-local-variable 'comint-last-input-start) |
| 348 | (setq comint-last-input-start (make-marker)) | 348 | (setq comint-last-input-start (make-marker)) |