emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115881: Gnus: Silence the byte compiler


From: Katsumi Yamaoka
Subject: [Emacs-diffs] trunk r115881: Gnus: Silence the byte compiler
Date: Sun, 05 Jan 2014 23:38:50 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115881
revision-id: address@hidden
parent: address@hidden
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Sun 2014-01-05 23:38:42 +0000
message:
  Gnus: Silence the byte compiler
modified:
  lisp/gnus/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-1433
  lisp/gnus/gnus-sum.el          gnussum.el-20091113204419-o5vbwnq5f7feedwu-1137
  lisp/gnus/mm-util.el           mmutil.el-20091113204419-o5vbwnq5f7feedwu-1974
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2014-01-01 07:43:34 +0000
+++ b/lisp/gnus/ChangeLog       2014-01-05 23:38:42 +0000
@@ -1,3 +1,10 @@
+2014-01-05  Katsumi Yamaoka  <address@hidden>
+
+       * 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  <address@hidden>
 
        * gnus-sieve.el (gnus-sieve-select-method):

=== modified file 'lisp/gnus/gnus-sum.el'
--- a/lisp/gnus/gnus-sum.el     2014-01-01 07:43:34 +0000
+++ b/lisp/gnus/gnus-sum.el     2014-01-05 23:38:42 +0000
@@ -7216,6 +7216,7 @@
     (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 @@
       (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 @@
 
 ;;; 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)

=== modified file 'lisp/gnus/mm-util.el'
--- a/lisp/gnus/mm-util.el      2014-01-01 07:43:34 +0000
+++ b/lisp/gnus/mm-util.el      2014-01-05 23:38:42 +0000
@@ -1378,6 +1378,8 @@
     (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]