nnir-related build warning fixed
authorLars Ingebrigtsen <larsi@rusty.(none)>
Thu, 26 Jan 2012 00:07:47 +0000 (01:07 +0100)
committerLars Ingebrigtsen <larsi@rusty.(none)>
Thu, 26 Jan 2012 00:07:47 +0000 (01:07 +0100)
* nnimap.el (nnir-search-thread): Autoload to avoid a compilation
warning.

lisp/ChangeLog
lisp/nnimap.el

index d104c10..e1c6289 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
+       warning.
+
 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
index 0b0fc91..0df7ffc 100644 (file)
@@ -1610,6 +1610,8 @@ textual parts.")
 (declare-function gnus-fetch-headers "gnus-sum"
                  (articles &optional limit force-new dependencies))
 
+(autoload 'nnir-search-thread "nnir")
+
 (deffoo nnimap-request-thread (header &optional group server)
   (when group
     (setq group (nnimap-decode-gnus-group group)))