Mercurial > emacs
changeset 96188:147544bdb96f
(help-xref-interned): Declare.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 21 Jun 2008 23:01:21 +0000 |
parents | c8bbd45f39e0 |
children | 5fe6759c9035 |
files | lisp/emacs-lisp/debug.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/debug.el Sat Jun 21 23:01:01 2008 +0000 +++ b/lisp/emacs-lisp/debug.el Sat Jun 21 23:01:21 2008 +0000 @@ -698,6 +698,8 @@ (buffer-substring (line-beginning-position 0) (line-end-position 0))))) +(declare-function help-xref-interned "help-mode" (symbol)) + (defun debug-help-follow (&optional pos) "Follow cross-reference at POS, defaulting to point.