]> git.eshelyaron.com Git - emacs.git/commitdiff
Silence some Gnus compiler warnings.
authorGlenn Morris <rgm@gnu.org>
Tue, 17 Aug 2010 07:00:16 +0000 (00:00 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 17 Aug 2010 07:00:16 +0000 (00:00 -0700)
* lisp/gnus/gnus-art.el (bookmark-make-record-function):
* lisp/gnus/gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
Declare for compiler.

* lisp/gnus/mm-url.el (mml-compute-boundary): Autoload.

lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el
lisp/gnus/gnus-sum.el
lisp/gnus/mm-url.el

index 5b2635f8d6ef697804bc45effe8af03bd345007b..0fb01f2bb219fde26e8b3e645dba99741c063ec1 100644 (file)
@@ -1,3 +1,11 @@
+2010-08-17  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-art.el (bookmark-make-record-function):
+       * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
+       Declare for compiler.
+
+       * mm-url.el (mml-compute-boundary): Autoload.
+
 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
index 51be4517a7709ff564d27847ee787400161ce3ad..618d8e410cbb86e3a4256cb97911e42f7e506fdf 100644 (file)
@@ -4414,6 +4414,8 @@ If variable `gnus-use-long-file-name' is non-nil, it is
 
     (gnus-run-hooks 'gnus-article-menu-hook)))
 
+(defvar bookmark-make-record-function)
+
 (defun gnus-article-mode ()
   "Major mode for displaying an article.
 
index 53a247078c5d52a093f7c5d842e49447b293bef5..ba3f6a910ea4feadf645143250d27bb933588046 100644 (file)
@@ -12626,6 +12626,8 @@ If ALL is a number, fetch this number of articles."
 (declare-function bookmark-prop-get "bookmark" (bookmark prop))
 (declare-function bookmark-default-handler "bookmark" (bmk))
 (declare-function bookmark-get-bookmark-record "bookmark" (bmk))
+(defvar bookmark-yank-point)
+(defvar bookmark-current-bookmark)
 
 (defun gnus-summary-bookmark-make-record ()
   "Make a bookmark entry for a Gnus summary buffer."
index c72f520d60ae251f8e07ae1f77b855167d6db24e..c963bdae00bbc76e0a4b8ba21af064af72d826a1 100644 (file)
@@ -418,6 +418,8 @@ spaces.  Die Die Die."
             (mm-url-form-encode-xwfu (cdr data))))
    pairs "&"))
 
+(autoload 'mml-compute-boundary "mml")
+
 (defun mm-url-encode-multipart-form-data (pairs &optional boundary)
   "Return PAIRS encoded in multipart/form-data."
   ;; RFC1867