]> git.eshelyaron.com Git - emacs.git/commitdiff
(terminal-cease-edit, terminal-mode):
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:17:30 +0000 (08:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 08:17:30 +0000 (08:17 +0000)
Remove space after `:' in mode-line-process.

lisp/terminal.el

index c5449281ca9722152f9f844e10a016e3922c5a76..d635f96453d6a8d9f4df23380c4a6b4171380bda 100644 (file)
@@ -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")))
 \f
 ;;;; 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)