aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-24 08:17:30 +0000
committerRichard M. Stallman1994-04-24 08:17:30 +0000
commitb11e15262d4716b08a77c32596f426464f1a3fa7 (patch)
treef56d4d19bfaee6ba8c57cc1dd67f96aa55ab0a6f
parent3f655c8ae862f2ace468341040873710aa80b29c (diff)
downloademacs-b11e15262d4716b08a77c32596f426464f1a3fa7.tar.gz
emacs-b11e15262d4716b08a77c32596f426464f1a3fa7.zip
(terminal-cease-edit, terminal-mode):
Remove space after `:' in mode-line-process.
-rw-r--r--lisp/terminal.el4
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)