emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101481: * nnimap.el: Require nnoo an


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101481: * nnimap.el: Require nnoo and other files necessary.
Date: Sat, 18 Sep 2010 22:27:52 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101481
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2010-09-18 22:27:52 +0200
message:
  * nnimap.el: Require nnoo and other files necessary.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/nnimap.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-09-18 13:59:25 +0000
+++ b/lisp/gnus/ChangeLog       2010-09-18 20:27:52 +0000
@@ -1,5 +1,7 @@
 2010-09-18  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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.

=== modified file 'lisp/gnus/nnimap.el'
--- a/lisp/gnus/nnimap.el       2010-09-18 10:02:19 +0000
+++ b/lisp/gnus/nnimap.el       2010-09-18 20:27:52 +0000
@@ -32,6 +32,10 @@
 (eval-when-compile
   (require 'cl))
 
+(require 'nnheader)
+(require 'gnus-util)
+(require 'gnus)
+(require 'nnoo)
 (require 'netrc)
 
 (nnoo-declare nnimap)


reply via email to

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