From: Kim F. Storm Date: Fri, 17 Dec 2004 15:17:12 +0000 (+0000) Subject: (help-xref): Add follow-link property. X-Git-Tag: ttn-vms-21-2-B4~3218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54d761b35a5d44ba690a43de961e28dc77ed3246;p=emacs.git (help-xref): Add follow-link property. --- 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)