From: Glenn Morris Date: Sat, 21 Jun 2008 20:34:50 +0000 (+0000) Subject: Require 'cl when compiling. X-Git-Tag: emacs-pretest-23.0.90~4584 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f185791939600f2c832291f70ba1d8fbf94cb83;p=emacs.git Require 'cl when compiling. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0c047e6de6..dd2d6aef8c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -16,7 +16,7 @@ 2008-06-21 Glenn Morris - * 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. 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)