diff options
| author | Richard M. Stallman | 1994-04-24 08:17:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-24 08:17:30 +0000 |
| commit | b11e15262d4716b08a77c32596f426464f1a3fa7 (patch) | |
| tree | f56d4d19bfaee6ba8c57cc1dd67f96aa55ab0a6f | |
| parent | 3f655c8ae862f2ace468341040873710aa80b29c (diff) | |
| download | emacs-b11e15262d4716b08a77c32596f426464f1a3fa7.tar.gz emacs-b11e15262d4716b08a77c32596f426464f1a3fa7.zip | |
(terminal-cease-edit, terminal-mode):
Remove space after `:' in mode-line-process.
| -rw-r--r-- | lisp/terminal.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/terminal.el b/lisp/terminal.el index c5449281ca9..d635f96453d 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el | |||
| @@ -542,7 +542,7 @@ together with a command \\<terminal-edit-mode-map>to return to terminal emulatio | |||
| 542 | (setq mode-line-modified (default-value 'mode-line-modified)) | 542 | (setq mode-line-modified (default-value 'mode-line-modified)) |
| 543 | (setq major-mode 'terminal-mode) | 543 | (setq major-mode 'terminal-mode) |
| 544 | (setq mode-name "terminal") | 544 | (setq mode-name "terminal") |
| 545 | (setq mode-line-process '(": %s"))) | 545 | (setq mode-line-process '(":%s"))) |
| 546 | 546 | ||
| 547 | ;;;; more break hair | 547 | ;;;; more break hair |
| 548 | 548 | ||
| @@ -1172,7 +1172,7 @@ of the terminal-emulator" | |||
| 1172 | (setq mode-name "terminal") | 1172 | (setq mode-name "terminal") |
| 1173 | ; (make-local-variable 'Helper-return-blurb) | 1173 | ; (make-local-variable 'Helper-return-blurb) |
| 1174 | ; (setq Helper-return-blurb "return to terminal simulator") | 1174 | ; (setq Helper-return-blurb "return to terminal simulator") |
| 1175 | (setq mode-line-process '(": %s")) | 1175 | (setq mode-line-process '(":%s")) |
| 1176 | (setq buffer-read-only t) | 1176 | (setq buffer-read-only t) |
| 1177 | (setq truncate-lines t) | 1177 | (setq truncate-lines t) |
| 1178 | (make-local-variable 'terminal-escape-char) | 1178 | (make-local-variable 'terminal-escape-char) |