diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-24 08:13:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-24 08:13:52 +0000 |
commit | 08089ed4919b913774d0c2d2bf76ca7adabfd9d8 (patch) | |
tree | 8d629179776c8622c919d99b45e48d0c4cc7f86d /lisp/textmodes | |
parent | 0e9c7314e55946bca10592ce483c197442fa9837 (diff) | |
download | emacs-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.el | 2 |
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 "" |