diff options
-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 "-%-"))) |