1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(help-xref-interned): Declare.

This commit is contained in:
Glenn Morris 2008-06-21 23:02:20 +00:00
parent 210c6549fa
commit f63b822ef9
2 changed files with 9 additions and 1 deletions

View file

@ -16,7 +16,13 @@
2008-06-21 Glenn Morris <rgm@gnu.org> 2008-06-21 Glenn Morris <rgm@gnu.org>
* mail/hashcash.el, nxml/nxml-mode.el: Require 'cl when compiling. * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
Require 'cl when compiling.
* emacs-lisp/debug.el (help-xref-interned): Declare.
* emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents): Evaluate
definition when compiling.
* progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
rather than mouse-1. rather than mouse-1.

View file

@ -698,6 +698,8 @@ Complete list of commands:
(buffer-substring (line-beginning-position 0) (buffer-substring (line-beginning-position 0)
(line-end-position 0))))) (line-end-position 0)))))
(declare-function help-xref-interned "help-mode" (symbol))
(defun debug-help-follow (&optional pos) (defun debug-help-follow (&optional pos)
"Follow cross-reference at POS, defaulting to point. "Follow cross-reference at POS, defaulting to point.