diff lisp/help-mode.el @ 90068:eac554634bfa

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-735 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-747 Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 25 Dec 2004 02:00:25 +0000
parents 0bdb5a16ae51 9916bd512da7
children 29e773288013
line wrap: on
line diff
--- a/lisp/help-mode.el	Tue Dec 14 09:27:49 2004 +0000
+++ b/lisp/help-mode.el	Sat Dec 25 02:00:25 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)