diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-24 08:17:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-24 08:17:30 +0000 |
commit | b11e15262d4716b08a77c32596f426464f1a3fa7 (patch) | |
tree | f56d4d19bfaee6ba8c57cc1dd67f96aa55ab0a6f /lisp/terminal.el | |
parent | 3f655c8ae862f2ace468341040873710aa80b29c (diff) | |
download | emacs-b11e15262d4716b08a77c32596f426464f1a3fa7.tar.gz |
(terminal-cease-edit, terminal-mode):
Remove space after `:' in mode-line-process.
Diffstat (limited to 'lisp/terminal.el')
-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 (setq mode-line-modified (default-value 'mode-line-modified)) (setq major-mode 'terminal-mode) (setq mode-name "terminal") - (setq mode-line-process '(": %s"))) + (setq mode-line-process '(":%s"))) ;;;; more break hair @@ -1172,7 +1172,7 @@ of the terminal-emulator" (setq mode-name "terminal") ; (make-local-variable 'Helper-return-blurb) ; (setq Helper-return-blurb "return to terminal simulator") - (setq mode-line-process '(": %s")) + (setq mode-line-process '(":%s")) (setq buffer-read-only t) (setq truncate-lines t) (make-local-variable 'terminal-escape-char) |