# HG changeset patch # User Andreas Schwab # Date 882363113 0 # Node ID 08329ac1141055825e6586b5de7a30967897367e # Parent d179de7ad92e81868fb653ccfd19436fd30e144f (Man-mode-line-format): Update to include the new format elements. diff -r d179de7ad92e -r 08329ac11410 lisp/man.el --- a/lisp/man.el Tue Dec 16 19:12:36 1997 +0000 +++ b/lisp/man.el Wed Dec 17 12:51:53 1997 +0000 @@ -225,12 +225,17 @@ "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