From 54d761b35a5d44ba690a43de961e28dc77ed3246 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 17 Dec 2004 15:17:12 +0000 Subject: [PATCH] (help-xref): Add follow-link property. --- lisp/help-mode.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2