diff options
| author | Kim F. Storm | 2004-12-17 15:17:12 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-12-17 15:17:12 +0000 |
| commit | 54d761b35a5d44ba690a43de961e28dc77ed3246 (patch) | |
| tree | 8cac33300845fd8ef5defef9978d7c1e4b8f7da0 /lisp | |
| parent | e9e50b12cd273bd9c6602ead79124eb26f492601 (diff) | |
| download | emacs-54d761b35a5d44ba690a43de961e28dc77ed3246.tar.gz emacs-54d761b35a5d44ba690a43de961e28dc77ed3246.zip | |
(help-xref): Add follow-link property.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/help-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
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...).") | |||
| 68 | ;; Button types used by help | 68 | ;; Button types used by help |
| 69 | 69 | ||
| 70 | (define-button-type 'help-xref | 70 | (define-button-type 'help-xref |
| 71 | 'follow-link t | ||
| 71 | 'action #'help-button-action) | 72 | 'action #'help-button-action) |
| 72 | 73 | ||
| 73 | (defun help-button-action (button) | 74 | (defun help-button-action (button) |