summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2010-09-09 14:51:16 +0200
committerDavid Maus <dmaus@ictsoc.de>2010-09-09 14:51:16 +0200
commit9209139d1e0d4499fe86815fa79758fdf07dc9a0 (patch)
tree1d84ab44d322e669a892fc837f83708a84df3c93
parent6d7b15cf9ff4025c2670e48c08f52e12a8b5928b (diff)
downloadorg-mode-9209139d1e0d4499fe86815fa79758fdf07dc9a0.tar.gz
Declare function to silence byte compiler
* org-gnus.el (nnimap-group-overview-filename): Declare function to silence byte compiler.
-rw-r--r--lisp/org-gnus.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index f98256f..0206188 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -39,6 +39,7 @@
;; Declare external functions and variables
(declare-function message-fetch-field "message" (header &optional not-all))
(declare-function message-narrow-to-head-1 "message" nil)
+(declare-function nnimap-group-overview-filename "nnimap" (group server))
;; The following line suppresses a compiler warning stemming from gnus-sum.el
(declare-function gnus-summary-last-subject "gnus-sum" nil)
;; Customization variables