aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/two-column.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-04-24 08:13:52 +0000
committerRichard M. Stallman <[email protected]>1994-04-24 08:13:52 +0000
commitcafb57946741e71b4a4a7f417e3b0962ca821410 (patch)
tree5f50ae3c56841ae2ede26a8e48c0a4fd0b18ac36 /lisp/textmodes/two-column.el
parent6363b39e9842d23cc4d14ead8184fe5945ae9ea9 (diff)
(tc-mode-line-format):
Put mode-line-process immediately after mode-name when setting mode-line-format.
Diffstat (limited to 'lisp/textmodes/two-column.el')
-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 55aa6ea9cc..6674136e0a 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 ""