Mercurial > emacs
changeset 7068:bdc1c93a09db
(tpu-set-mode-line):
Put mode-line-process immediately after mode-name
when setting mode-line-format.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Apr 1994 08:13:21 +0000 |
parents | 3638923a6110 |
children | b5d15b763ef0 |
files | lisp/emulation/tpu-edt.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/tpu-edt.el Sun Apr 24 08:12:52 1994 +0000 +++ b/lisp/emulation/tpu-edt.el Sun Apr 24 08:13:21 1994 +0000 @@ -196,7 +196,7 @@ (purecopy " ") 'tpu-mark-flag (purecopy " %[(") - 'mode-name 'minor-mode-alist "%n" 'mode-line-process + 'mode-name 'mode-line-process 'minor-mode-alist "%n" (purecopy ")%]----") (purecopy '(-3 . "%p")) (purecopy "-%-")))