diff options
author | Ted Zlatanov <tzz@lifelogs.com> | 2011-05-11 16:34:40 -0500 |
---|---|---|
committer | Ted Zlatanov <tzz@lifelogs.com> | 2011-05-11 16:34:40 -0500 |
commit | 1c23108015ff223875641a4132962397c2789e13 (patch) | |
tree | d736e897ac54e7c71c561663d599625b38ef7988 /test | |
parent | de316778414d14e1cd489994c8812f17b60716c8 (diff) | |
download | emacs-1c23108015ff223875641a4132962397c2789e13.tar.gz |
* automated/gnus-tests.el: Require CL.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 1 | ||||
-rw-r--r-- | test/automated/gnus-tests.el | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 265f7ee5701..add4d9c7664 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,6 +1,7 @@ 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com> * automated/gnus-tests.el: Add wrapper for Gnus tests. + Require CL. 2011-05-09 Juri Linkov <juri@jurta.org> diff --git a/test/automated/gnus-tests.el b/test/automated/gnus-tests.el index 61a3d36e2cb..f5742261d5b 100644 --- a/test/automated/gnus-tests.el +++ b/test/automated/gnus-tests.el @@ -26,6 +26,8 @@ ;;; Code: ;; registry.el is required by gnus-registry.el but this way we're explicit. +(eval-when-compile (require 'cl)) + (require 'registry) (require 'gnus-registry) |