aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-12 18:26:11 +0000
committerRichard M. Stallman1997-07-12 18:26:11 +0000
commitc7909e025caf62091eaacde4b019aeca287617b3 (patch)
tree88b79fe3af1ff855696ac706c6040b13f2c6ac69 /lisp/emulation
parent92ab4af6fa05d3c6a6188fcdb12e706fef223591 (diff)
downloademacs-c7909e025caf62091eaacde4b019aeca287617b3.tar.gz
emacs-c7909e025caf62091eaacde4b019aeca287617b3.zip
(tpu-set-mode-line) Added mode-line-mule-info and
mode-line-frame-identification.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/tpu-edt.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el
index 7388e5144c0..77727f5e649 100644
--- a/lisp/emulation/tpu-edt.el
+++ b/lisp/emulation/tpu-edt.el
@@ -423,8 +423,10 @@ GOLD is the ASCII 7-bit escape sequence <ESC>OP.")
423 (setq minor-mode-alist tpu-original-mm-alist)) 423 (setq minor-mode-alist tpu-original-mm-alist))
424 (t 424 (t
425 (setq-default mode-line-format 425 (setq-default mode-line-format
426 (list (purecopy "") 426 (list (purecopy "-")
427 'mode-line-mule-info
427 'mode-line-modified 428 'mode-line-modified
429 'mode-line-frame-identification
428 'mode-line-buffer-identification 430 'mode-line-buffer-identification
429 (purecopy " ") 431 (purecopy " ")
430 'global-mode-string 432 'global-mode-string