emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104197: * automated/gnus-tests.el: R


From: Ted Zlatanov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104197: * automated/gnus-tests.el: Require CL.
Date: Wed, 11 May 2011 16:34:40 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104197
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Wed 2011-05-11 16:34:40 -0500
message:
  * automated/gnus-tests.el: Require CL.
modified:
  test/ChangeLog
  test/automated/gnus-tests.el
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2011-05-11 21:31:33 +0000
+++ b/test/ChangeLog    2011-05-11 21:34:40 +0000
@@ -1,6 +1,7 @@
 2011-05-11  Teodor Zlatanov  <address@hidden>
 
        * automated/gnus-tests.el: Add wrapper for Gnus tests.
+       Require CL.
 
 2011-05-09  Juri Linkov  <address@hidden>
 

=== modified file 'test/automated/gnus-tests.el'
--- a/test/automated/gnus-tests.el      2011-05-11 21:31:33 +0000
+++ b/test/automated/gnus-tests.el      2011-05-11 21:34:40 +0000
@@ -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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]