X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fhashcash.el;h=7f291515ebd39cfde696c545cddf4c99b4297930;hp=4875cbb2959783e5d72e416d11b2b4c910081a0c;hb=4303c5c768c35022c9eda800cacfa401946e144b;hpb=8b5af94e55ef83ee46b42d32d92fa1ce95dcacf5 diff --git a/lisp/hashcash.el b/lisp/hashcash.el index 4875cbb29..7f291515e 100644 --- a/lisp/hashcash.el +++ b/lisp/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)