]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-xref): Add follow-link property.
authorKim F. Storm <storm@cua.dk>
Fri, 17 Dec 2004 15:17:12 +0000 (15:17 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 17 Dec 2004 15:17:12 +0000 (15:17 +0000)
lisp/help-mode.el

index a2dcdf91ed864423efe543cfa17e21c5b76b0ceb..e9d3561d2516d5b384b6a29b6a60fa91fbad7a9b 100644 (file)
@@ -68,6 +68,7 @@ The format is (FUNCTION ARGS...).")
 ;; Button types used by help
 
 (define-button-type 'help-xref
+  'follow-link t
   'action #'help-button-action)
 
 (defun help-button-action (button)