changeset 59020:9916bd512da7

(help-xref): Add follow-link property.
author Kim F. Storm <storm@cua.dk>
date Fri, 17 Dec 2004 15:17:12 +0000
parents 99a7590b2736
children cef0d0d34987
files lisp/help-mode.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)