]> git.eshelyaron.com Git - emacs.git/commitdiff
Require 'cl when compiling.
authorGlenn Morris <rgm@gnu.org>
Sat, 21 Jun 2008 20:34:50 +0000 (20:34 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 21 Jun 2008 20:34:50 +0000 (20:34 +0000)
lisp/ChangeLog
lisp/mail/hashcash.el

index d0c047e6de6972b3cfc2e59cf3b09d813b346599..dd2d6aef8c20de71810ed40f67e55d27c643f456 100644 (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.
index 4875cbb2959783e5d72e416d11b2b4c910081a0c..7f291515ebd39cfde696c545cddf4c99b4297930 100644 (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)