[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/help-mode.el
From: |
Kim F . Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/help-mode.el |
Date: |
Fri, 17 Dec 2004 10:43:34 -0500 |
Index: emacs/lisp/help-mode.el
diff -c emacs/lisp/help-mode.el:1.29 emacs/lisp/help-mode.el:1.30
*** emacs/lisp/help-mode.el:1.29 Sun Aug 1 05:53:50 2004
--- emacs/lisp/help-mode.el Fri Dec 17 15:17:12 2004
***************
*** 68,73 ****
--- 68,74 ----
;; Button types used by help
(define-button-type 'help-xref
+ 'follow-link t
'action #'help-button-action)
(defun help-button-action (button)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/help-mode.el,
Kim F . Storm <=