aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-04-24 08:17:30 +0000
committerRichard M. Stallman <[email protected]>1994-04-24 08:17:30 +0000
commitb11e15262d4716b08a77c32596f426464f1a3fa7 (patch)
treef56d4d19bfaee6ba8c57cc1dd67f96aa55ab0a6f /lisp
parent3f655c8ae862f2ace468341040873710aa80b29c (diff)
(terminal-cease-edit, terminal-mode):
Remove space after `:' in mode-line-process.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/terminal.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/terminal.el b/lisp/terminal.el
index c5449281ca..d635f96453 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)