changeset 110419:bde55f3d7125

* nnimap.el: Require nnoo and other files necessary.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Sat, 18 Sep 2010 22:27:52 +0200
parents a141021cb63f
children 1640f0854ab8
files lisp/gnus/ChangeLog lisp/gnus/nnimap.el
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Sat Sep 18 12:23:12 2010 -0500
+++ b/lisp/gnus/ChangeLog	Sat Sep 18 22:27:52 2010 +0200
@@ -1,5 +1,7 @@
 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+	* nnimap.el: Require nnoo and other files necessary.
+
 	* gnus-start.el (gnus-get-unread-articles): Allow the backends to
 	update the group info.  This makes the nndraft groups, for instance, go
 	back to their old behaviour.
--- a/lisp/gnus/nnimap.el	Sat Sep 18 12:23:12 2010 -0500
+++ b/lisp/gnus/nnimap.el	Sat Sep 18 22:27:52 2010 +0200
@@ -32,6 +32,10 @@
 (eval-when-compile
   (require 'cl))
 
+(require 'nnheader)
+(require 'gnus-util)
+(require 'gnus)
+(require 'nnoo)
 (require 'netrc)
 
 (nnoo-declare nnimap)