From b11e15262d4716b08a77c32596f426464f1a3fa7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 24 Apr 1994 08:17:30 +0000 Subject: (terminal-cease-edit, terminal-mode): Remove space after `:' in mode-line-process. --- lisp/terminal.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/terminal.el') 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 \\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) -- cgit v1.2.3