[gnus git] branch master updated: m0-7-280-gc3731f8 =1= Silence the byte compiler
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c3731f8b7a30792f78f468ac47745f3078b645c6 (commit)
from 5f55ec47a3a24401bcf43923383a87b24d984d33 (commit)
- Log -----------------------------------------------------------------
commit c3731f8b7a30792f78f468ac47745f3078b645c6
Author: Katsumi Yamaoka <[email protected]>
Date: Sun Jan 5 23:37:57 2014 +0000
Silence the byte compiler
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb019df..09e4e9f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2014-01-05 Katsumi Yamaoka <[email protected]>
+
+ * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
+ (nnimap-split-fancy, nnimap-split-methods): Declare.
+
+ * mm-util.el (help-function-arglist): Declare.
+
2013-12-28 Glenn Morris <[email protected]>
* gnus-sieve.el (gnus-sieve-select-method):
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 38a77c6..a1c0a0a 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -7216,6 +7216,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(gnus-dribble-save)))
(declare-function gnus-cache-write-active "gnus-cache" (&optional force))
+(declare-function gnus-article-stop-animations "gnus-art" ())
(defun gnus-summary-exit (&optional temporary leave-hidden)
"Exit reading current newsgroup, and then return to group selection mode.
@@ -7320,7 +7321,6 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(unless quit-config
(setq gnus-newsgroup-name nil)))))
-(declare-function gnus-article-stop-animations "gnus-art" ())
(declare-function gnus-stop-downloads "gnus-art" ())
(defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)
@@ -10659,6 +10659,9 @@ groups."
;;; Respooling
+(defvar nnimap-split-fancy)
+(defvar nnimap-split-methods)
+
(defun gnus-summary-respool-query (&optional silent trace)
"Query where the respool algorithm would put this article."
(interactive)
diff --git a/lisp/mm-util.el b/lisp/mm-util.el
index 6433ec9..38ee8a5 100644
--- a/lisp/mm-util.el
+++ b/lisp/mm-util.el
@@ -1378,6 +1378,8 @@ If INHIBIT is non-nil, inhibit `mm-inhibit-file-name-handlers'."
(write-region start end filename append visit lockname)))
(autoload 'gmm-write-region "gmm-utils")
+(declare-function help-function-arglist "help-fns"
+ (def &optional preserve-names))
;; It is not a MIME function, but some MIME functions use it.
(if (and (fboundp 'make-temp-file)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 7 +++++++
lisp/gnus-sum.el | 5 ++++-
lisp/mm-util.el | 2 ++
3 files changed, 13 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project