summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-24 08:13:52 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-24 08:13:52 +0000
commit08089ed4919b913774d0c2d2bf76ca7adabfd9d8 (patch)
tree8d629179776c8622c919d99b45e48d0c4cc7f86d /lisp/textmodes
parent0e9c7314e55946bca10592ce483c197442fa9837 (diff)
downloademacs-08089ed4919b913774d0c2d2bf76ca7adabfd9d8.tar.gz
(tc-mode-line-format):
Put mode-line-process immediately after mode-name when setting mode-line-format.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/two-column.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index 55aa6ea9cc1..6674136e0ae 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -235,7 +235,7 @@
;; rearranged, so that the pertinent info will show in 40 columns
(defvar tc-mode-line-format
'("-%*- %15b --" (-3 . "%p") "--%[(" mode-name
- minor-mode-alist "%n" mode-line-process ")%]%-")
+ minor-mode-alist mode-line-process "%n" ")%]%-")
"*Value of mode-line-format for a buffer in two-column minor mode.")
(defvar tc-separator ""