Require 'cl when compiling.

This commit is contained in:
Glenn Morris 2008-06-21 20:34:50 +00:00
parent 9c8dd25e48
commit 0f18579193
2 changed files with 3 additions and 1 deletions

View file

@ -16,7 +16,7 @@
2008-06-21 Glenn Morris <rgm@gnu.org>
* nxml/nxml-mode.el: Require 'cl when compiling.
* mail/hashcash.el, nxml/nxml-mode.el: Require 'cl when compiling.
* progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
rather than mouse-1.

View file

@ -50,6 +50,8 @@
(eval-and-compile
(unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
(eval-when-compile (require 'cl)) ; for case
(defgroup hashcash nil
"Hashcash configuration."
:group 'mail)