From: Richard M. Stallman Date: Sun, 24 Apr 1994 08:12:52 +0000 (+0000) Subject: (Man-mode-line-format): X-Git-Tag: emacs-19.34~8786 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a32bceec266f4c008401fb84cde1e149be718d4;p=emacs.git (Man-mode-line-format): Put mode-line-process immediately after mode-name when setting mode-line-format. --- diff --git a/lisp/man.el b/lisp/man.el index 37ff5c5f82b..9d5c97bacaf 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -183,7 +183,7 @@ the manpage buffer.") mode-line-buffer-identification " " global-mode-string " " Man-page-mode-string - " %[(" mode-name minor-mode-alist mode-line-process ")%]----" + " %[(" mode-name mode-line-process minor-mode-alist ")%]----" (-3 . "%p") "-%-") "*Mode line format for manual mode buffer.")