diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-24 08:13:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-24 08:13:21 +0000 |
commit | 6363b39e9842d23cc4d14ead8184fe5945ae9ea9 (patch) | |
tree | 1360f64c874d4ce83709e94e53e90b0680fb00b0 /lisp/emulation | |
parent | 8a32bceec266f4c008401fb84cde1e149be718d4 (diff) | |
download | emacs-6363b39e9842d23cc4d14ead8184fe5945ae9ea9.tar.gz |
(tpu-set-mode-line):
Put mode-line-process immediately after mode-name
when setting mode-line-format.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/tpu-edt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index 2ae6c52f0f2..ce629caa6ec 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el @@ -196,7 +196,7 @@ GOLD is the ASCII 7-bit escape sequence <ESC>OP.") (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 "-%-"))) |