mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-25 19:11:56 +00:00
(terminal-cease-edit, terminal-mode):
Remove space after `:' in mode-line-process.
This commit is contained in:
parent
3f655c8ae8
commit
b11e15262d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user