]> git.eshelyaron.com Git - emacs.git/commitdiff
* nnimap.el: Require nnoo and other files necessary.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 18 Sep 2010 20:27:52 +0000 (22:27 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 18 Sep 2010 20:27:52 +0000 (22:27 +0200)
lisp/gnus/ChangeLog
lisp/gnus/nnimap.el

index d8c03443d8256c1e4e4d4bcfa24875ee7411431d..25e1753873051468773ce87285f68b173f0f2d8d 100644 (file)
@@ -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.
index e7bf0f376a85d4fc7b40ba2f37a1611ab76f6fa4..1fc55f6b51b7376d8a256fac0465ed1b85e6f79c 100644 (file)
 (eval-when-compile
   (require 'cl))
 
+(require 'nnheader)
+(require 'gnus-util)
+(require 'gnus)
+(require 'nnoo)
 (require 'netrc)
 
 (nnoo-declare nnimap)