registry.el: Require CL before using defmacro*.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Apr 2011 14:17:00 +0000 (14:17 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 11 Apr 2011 14:17:00 +0000 (14:17 +0000)
lisp/ChangeLog
lisp/registry.el

index 9add882..0322b18 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * registry.el: Require CL before using defmacro*.
+
 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (article-treat-date): Assume that
index 3c402cb..23e7581 100644 (file)
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+
 (eval-when-compile
   (when (null (ignore-errors (require 'ert)))
     (defmacro* ert-deftest (name () &body docstring-keys-and-body))))
 
 (ignore-errors
   (require 'ert))
-
-(eval-when-compile (require 'cl))
 (eval-and-compile
   (or (ignore-errors (progn
                        (require 'eieio)