* lisp/gnus/registry.el: Require CL before using defmacro*.
This commit is contained in:
parent
f8342cf544
commit
f8fc0578a8
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue