[gnus git] branch master updated: n0-15-54-g4829e59 =1= registry.el: Require CL before using defmacro*.

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  4829e5986ccd0d07821ccd815eab601da4509987 (commit)
      from  c66266f6a9f992189ad2bc6198c66ac0b8788ab2 (commit)


- Log -----------------------------------------------------------------
commit 4829e5986ccd0d07821ccd815eab601da4509987
Author: Stefan Monnier <[email protected]>
Date:   Mon Apr 11 14:17:00 2011 +0000

    registry.el: Require CL before using defmacro*.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9add882..0322b18 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-11  Stefan Monnier  <[email protected]>
+
+	* registry.el: Require CL before using defmacro*.
+
 2011-04-11  Katsumi Yamaoka  <[email protected]>
 
 	* gnus-art.el (article-treat-date): Assume that
diff --git a/lisp/registry.el b/lisp/registry.el
index 3c402cb..23e7581 100644
--- a/lisp/registry.el
+++ b/lisp/registry.el
@@ -77,14 +77,14 @@
 
 ;;; 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)

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog   |    4 ++++
 lisp/registry.el |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.