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:
parent
210c6549fa
commit
f63b822ef9
2 changed files with 9 additions and 1 deletions
|
|
@ -16,7 +16,13 @@
|
|||
|
||||
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
|
||||
rather than mouse-1.
|
||||
|
|
|
|||
|
|
@ -698,6 +698,8 @@ Complete list of commands:
|
|||
(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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue