emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/man.el


From: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Wed, 09 Nov 2005 23:49:21 -0500

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.156 emacs/lisp/man.el:1.157
*** emacs/lisp/man.el:1.156     Sun Nov  6 18:01:34 2005
--- emacs/lisp/man.el   Thu Nov 10 04:49:19 2005
***************
*** 923,928 ****
--- 923,932 ----
  If XREF-MAN-TYPE is used as the button type for items
  in SEE ALSO section. If it is nil, default type, 
  `Man-xref-man-page' is used."
+   ;; `Man-highlight-references' is used from woman.el, too.
+   ;; woman.el doesn't set `Man-arguments'.
+   (unless Man-arguments
+     (setq Man-arguments ""))
    (if (string-match "-k " Man-arguments)
        (progn
        (Man-highlight-references0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]