changeset 20463:08329ac11410

(Man-mode-line-format): Update to include the new format elements.
author Andreas Schwab <schwab@suse.de>
date Wed, 17 Dec 1997 12:51:53 +0000
parents d179de7ad92e
children 9c811b2d0836
files lisp/man.el
diffstat 1 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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