]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/hashcash.el
(rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
[gnu-emacs] / lisp / mail / hashcash.el
index 4875cbb2959783e5d72e416d11b2b4c910081a0c..9bcf449da910908ca26248c7991075a9cc185b19 100644 (file)
@@ -1,6 +1,6 @@
 ;;; hashcash.el --- Add hashcash payments to email
 
-;; Copyright (C) 2003, 2004, 2005, 2007, 2008  Free Software Foundation
+;; Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009  Free Software Foundation
 
 ;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002)
 ;; Maintainer: Paul Foley <mycroft@actrix.gen.nz>
@@ -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)