* [PATCH] org-gnus.el: Suppress compiler warning.
@ 2010-07-31 13:58 Noorul Islam
2010-07-31 16:42 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Noorul Islam @ 2010-07-31 13:58 UTC (permalink / raw)
To: emacs-org list
[-- Attachment #1.1: Type: text/plain, Size: 178 bytes --]
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.
[-- Attachment #1.2: Type: text/html, Size: 245 bytes --]
[-- Attachment #2: org-gnus-suppress-warning.txt --]
[-- Type: text/plain, Size: 501 bytes --]
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)
[-- Attachment #3: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] org-gnus.el: Suppress compiler warning.
2010-07-31 13:58 [PATCH] org-gnus.el: Suppress compiler warning Noorul Islam
@ 2010-07-31 16:42 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2010-07-31 16:42 UTC (permalink / raw)
To: Noorul Islam; +Cc: emacs-org list
Noorul Islam <noorul@noorul.com> writes:
> The attached patch suppresses a compiler warning in org-gnus.el
Applied, thanks.
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-31 16:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-31 13:58 [PATCH] org-gnus.el: Suppress compiler warning Noorul Islam
2010-07-31 16:42 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).