diff options
author | Andreas Schwab <schwab@suse.de> | 1997-12-17 12:51:53 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1997-12-17 12:51:53 +0000 |
commit | 6f72f1c28d173dda4246e749affbc61be640d227 (patch) | |
tree | 1743eff2402c282e46745644c6b45d88f20c7c77 /lisp/man.el | |
parent | a96a5fca077aae6ccb85e1a6cbb177053692d6ca (diff) | |
download | emacs-6f72f1c28d173dda4246e749affbc61be640d227.tar.gz |
(Man-mode-line-format): Update to include the new format
elements.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 17 |
1 files changed, 11 insertions, 6 deletions
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 |