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/automated | |
parent | de316778414d14e1cd489994c8812f17b60716c8 (diff) | |
download | emacs-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.el | 2 |
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) |