summaryrefslogtreecommitdiff
path: root/lisp/mail/hashcash.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-21 20:34:50 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-21 20:34:50 +0000
commit0f185791939600f2c832291f70ba1d8fbf94cb83 (patch)
treebee934d90d49ce8ea544aec402347b22c1dd7361 /lisp/mail/hashcash.el
parent9c8dd25e484dfea21a0750634056e507b94dffde (diff)
downloademacs-0f185791939600f2c832291f70ba1d8fbf94cb83.tar.gz
Require 'cl when compiling.
Diffstat (limited to 'lisp/mail/hashcash.el')
-rw-r--r--lisp/mail/hashcash.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el
index 4875cbb2959..7f291515ebd 100644
--- a/lisp/mail/hashcash.el
+++ b/lisp/mail/hashcash.el
@@ -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)