From: Ted Zlatanov Date: Wed, 11 May 2011 21:34:40 +0000 (-0500) Subject: * automated/gnus-tests.el: Require CL. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~303 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c23108015ff223875641a4132962397c2789e13;p=emacs.git * automated/gnus-tests.el: Require CL. --- 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 * automated/gnus-tests.el: Add wrapper for Gnus tests. + Require CL. 2011-05-09 Juri Linkov 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)