]> code.delx.au - gnu-emacs/commitdiff
(help-xref-interned): Declare.
authorGlenn Morris <rgm@gnu.org>
Sat, 21 Jun 2008 23:02:20 +0000 (23:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 21 Jun 2008 23:02:20 +0000 (23:02 +0000)
lisp/ChangeLog
lisp/emacs-lisp/debug.el

index dd2d6aef8c20de71810ed40f67e55d27c643f456..cd261b239d67253a0e91fe92624c464082e8101d 100644 (file)
 
 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.
index 366477ff38cf024f77fd8fda7a4d16175411a360..4a4d744b37fa627e8dd462eb164103c5ddf1fea9 100644 (file)
@@ -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.