summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoorul Islam <noorul@noorul.com>2010-07-31 18:58:27 +0000
committerBastien Guerry <bzg@altern.org>2010-07-31 18:38:57 +0200
commitcb769af073249f9df00c5d0e50855132b91df830 (patch)
treeab0225de37989f749fe9280e685e7eefef3b4281
parent4cd9e71019b707da5b319123bbbc3c5cebb10bf0 (diff)
downloadorg-mode-cb769af073249f9df00c5d0e50855132b91df830.tar.gz
org-gnus.el: Suppress compiler warning.
The attached patch suppresses a compiler warning in org-gnus.el * lisp/org-gnus.el: Suppress compiler warning by declaring outside function nnimap-retrieve-headers-from-file.
-rw-r--r--lisp/org-gnus.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 7a339cd..16aa476 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -41,7 +41,8 @@
(declare-function message-narrow-to-head-1 "message" nil)
;; The following line suppresses a compiler warning stemming from gnus-sum.el
(declare-function gnus-summary-last-subject "gnus-sum" nil)
-
+;; Suppress compiler warning
+(declare-function nnimap-retrieve-headers-from-file "nnimap" nil)
;; Customization variables
(when (fboundp 'defvaralias)