* automated/gnus-tests.el: Require CL.
This commit is contained in:
parent
de31677841
commit
1c23108015
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue