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.
(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.