summaryrefslogtreecommitdiff
path: root/test/automated
diff options
context:
space:
mode:
authorTed Zlatanov <tzz@lifelogs.com>2011-05-11 16:34:40 -0500
committerTed Zlatanov <tzz@lifelogs.com>2011-05-11 16:34:40 -0500
commit1c23108015ff223875641a4132962397c2789e13 (patch)
treed736e897ac54e7c71c561663d599625b38ef7988 /test/automated
parentde316778414d14e1cd489994c8812f17b60716c8 (diff)
downloademacs-1c23108015ff223875641a4132962397c2789e13.tar.gz
emacs-1c23108015ff223875641a4132962397c2789e13.tar.bz2
emacs-1c23108015ff223875641a4132962397c2789e13.zip
* automated/gnus-tests.el: Require CL.
Diffstat (limited to 'test/automated')
-rw-r--r--test/automated/gnus-tests.el2
1 files changed, 2 insertions, 0 deletions
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)