From: Andreas Schwab Date: Wed, 17 Dec 1997 12:51:53 +0000 (+0000) Subject: (Man-mode-line-format): Update to include the new format X-Git-Tag: emacs-20.3~2611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f72f1c28d173dda4246e749affbc61be640d227;p=emacs.git (Man-mode-line-format): Update to include the new format elements. --- diff --git a/lisp/man.el b/lisp/man.el index 51cca38250e..2c8acac2c82 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -225,12 +225,17 @@ the associated section number." "Command used for processing awk scripts.") (defvar Man-mode-line-format - '("" mode-line-modified - mode-line-buffer-identification " " - global-mode-string - " " Man-page-mode-string - " %[(" mode-name mode-line-process minor-mode-alist ")%]----" - (-3 . "%p") "-%-") + '("-" + mode-line-mule-info + mode-line-modified + mode-line-frame-identification + mode-line-buffer-identification " " + global-mode-string + " " Man-page-mode-string + " %[(" mode-name mode-line-process minor-mode-alist "%n)%]--" + (line-number-mode "L%l--") + (column-number-mode "C%c--") + (-3 . "%p") "-%-") "Mode line format for manual mode buffer.") (defvar Man-mode-map nil