summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-12-17 15:17:12 +0000
committerKim F. Storm <storm@cua.dk>2004-12-17 15:17:12 +0000
commit54d761b35a5d44ba690a43de961e28dc77ed3246 (patch)
tree8cac33300845fd8ef5defef9978d7c1e4b8f7da0
parente9e50b12cd273bd9c6602ead79124eb26f492601 (diff)
downloademacs-54d761b35a5d44ba690a43de961e28dc77ed3246.tar.gz
(help-xref): Add follow-link property.
-rw-r--r--lisp/help-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index a2dcdf91ed8..e9d3561d251 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -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)