From 6f72f1c28d173dda4246e749affbc61be640d227 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 17 Dec 1997 12:51:53 +0000 Subject: [PATCH] (Man-mode-line-format): Update to include the new format elements. --- lisp/man.el | 17 +++++++++++------ 1 file 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 -- 2.39.2