# HG changeset patch # User Kim F. Storm # Date 1103296632 0 # Node ID 9916bd512da7906a87e975973b37e80f4580a09c # Parent 99a7590b27361fae7e631fec118e91ff904eb3ca (help-xref): Add follow-link property. diff -r 99a7590b2736 -r 9916bd512da7 lisp/help-mode.el --- a/lisp/help-mode.el Fri Dec 17 15:17:02 2004 +0000 +++ b/lisp/help-mode.el Fri Dec 17 15:17:12 2004 +0000 @@ -68,6 +68,7 @@ ;; Button types used by help (define-button-type 'help-xref + 'follow-link t 'action #'help-button-action) (defun help-button-action (button)