(Man-mode-line-format): Update to include the new format
authorAndreas Schwab <schwab@suse.de>
Wed, 17 Dec 1997 12:51:53 +0000 (12:51 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 17 Dec 1997 12:51:53 +0000 (12:51 +0000)
elements.

lisp/man.el

index 51cca38..2c8acac 100644 (file)
@@ -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