changeset 32153:fc62cbb87aa5

require 'cl when compiling.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 05 Oct 2000 01:55:01 +0000
parents 00f38571e2b1
children eb07a8c1458b
files lisp/gnus/nnimap.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/nnimap.el	Thu Oct 05 01:27:55 2000 +0000
+++ b/lisp/gnus/nnimap.el	Thu Oct 05 01:55:01 2000 +0000
@@ -59,6 +59,7 @@
 ;;; Code:
 
 (eval-and-compile
+  (require 'cl)
   (require 'imap))
 
 (require 'nnoo)