aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1997-12-17 12:51:53 +0000
committerAndreas Schwab1997-12-17 12:51:53 +0000
commit6f72f1c28d173dda4246e749affbc61be640d227 (patch)
tree1743eff2402c282e46745644c6b45d88f20c7c77
parenta96a5fca077aae6ccb85e1a6cbb177053692d6ca (diff)
downloademacs-6f72f1c28d173dda4246e749affbc61be640d227.tar.gz
emacs-6f72f1c28d173dda4246e749affbc61be640d227.zip
(Man-mode-line-format): Update to include the new format
elements.
-rw-r--r--lisp/man.el17
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."
225 "Command used for processing awk scripts.") 225 "Command used for processing awk scripts.")
226 226
227(defvar Man-mode-line-format 227(defvar Man-mode-line-format
228 '("" mode-line-modified 228 '("-"
229 mode-line-buffer-identification " " 229 mode-line-mule-info
230 global-mode-string 230 mode-line-modified
231 " " Man-page-mode-string 231 mode-line-frame-identification
232 " %[(" mode-name mode-line-process minor-mode-alist ")%]----" 232 mode-line-buffer-identification " "
233 (-3 . "%p") "-%-") 233 global-mode-string
234 " " Man-page-mode-string
235 " %[(" mode-name mode-line-process minor-mode-alist "%n)%]--"
236 (line-number-mode "L%l--")
237 (column-number-mode "C%c--")
238 (-3 . "%p") "-%-")
234 "Mode line format for manual mode buffer.") 239 "Mode line format for manual mode buffer.")
235 240
236(defvar Man-mode-map nil 241(defvar Man-mode-map nil