aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorGlenn Morris2015-04-30 20:06:15 -0400
committerGlenn Morris2015-04-30 20:06:15 -0400
commitce7ff436ffd6d9ace7e8d89f4cc81c427407cfaf (patch)
tree247a8880fff37d8d3ac92eece43b36ad61402e8f /lisp/gnus
parente0d0ad2acce8a153f10ecbb84c51c6e0981e3c0c (diff)
downloademacs-ce7ff436ffd6d9ace7e8d89f4cc81c427407cfaf.tar.gz
emacs-ce7ff436ffd6d9ace7e8d89f4cc81c427407cfaf.zip
Function declaration updates prompted by 'make check-declare'
* lisp/emacs-lisp/package.el (lm-homepage): * lisp/gnus/gnus-util.el (iswitchb-read-buffer): * lisp/gnus/mm-decode.el (libxml-parse-html-region): * lisp/gnus/mml.el (libxml-parse-html-region): * lisp/gnus/nnrss.el (libxml-parse-html-region): * lisp/net/eww.el (libxml-parse-html-region): * lisp/net/shr.el (libxml-parse-html-region): * lisp/vc/vc-bzr.el (vc-annotate-convert-time): * lisp/vc/vc-cvs.el (vc-annotate-convert-time): * lisp/vc/vc-git.el (vc-annotate-convert-time): * lisp/vc/vc-hg.el (vc-annotate-convert-time): * lisp/vc/vc-mtn.el (vc-annotate-convert-time): * lisp/vc/vc-rcs.el (vc-annotate-convert-time): Update declaration.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/gnus-util.el3
-rw-r--r--lisp/gnus/mm-decode.el2
-rw-r--r--lisp/gnus/mml.el2
-rw-r--r--lisp/gnus/nnrss.el2
4 files changed, 5 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el
index 7bacaba286d..4b06cc00416 100644
--- a/lisp/gnus/gnus-util.el
+++ b/lisp/gnus/gnus-util.el
@@ -1575,7 +1575,8 @@ SPEC is a predicate specifier that contains stuff like `or', `and',
1575 1575
1576 1576
1577(declare-function iswitchb-read-buffer "iswitchb" 1577(declare-function iswitchb-read-buffer "iswitchb"
1578 (prompt &optional default require-match start matches-set)) 1578 (prompt &optional default require-match
1579 _predicate start matches-set))
1579(defvar iswitchb-temp-buflist) 1580(defvar iswitchb-temp-buflist)
1580 1581
1581(defun gnus-iswitchb-completing-read (prompt collection &optional require-match 1582(defun gnus-iswitchb-completing-read (prompt collection &optional require-match
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index ae6bb71dfc7..bce9abdcc8d 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -1827,7 +1827,7 @@ If RECURSIVE, search recursively."
1827 (not (mm-long-lines-p 76)))))) 1827 (not (mm-long-lines-p 76))))))
1828 1828
1829(declare-function libxml-parse-html-region "xml.c" 1829(declare-function libxml-parse-html-region "xml.c"
1830 (start end &optional base-url)) 1830 (start end &optional base-url discard-comments))
1831(declare-function shr-insert-document "shr" (dom)) 1831(declare-function shr-insert-document "shr" (dom))
1832(defvar shr-blocked-images) 1832(defvar shr-blocked-images)
1833(defvar shr-use-fonts) 1833(defvar shr-use-fonts)
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el
index 2a3b228097a..57544758597 100644
--- a/lisp/gnus/mml.el
+++ b/lisp/gnus/mml.el
@@ -463,7 +463,7 @@ If MML is non-nil, return the buffer up till the correspondent mml tag."
463(defvar mml-inhibit-compute-boundary nil) 463(defvar mml-inhibit-compute-boundary nil)
464 464
465(declare-function libxml-parse-html-region "xml.c" 465(declare-function libxml-parse-html-region "xml.c"
466 (start end &optional base-url)) 466 (start end &optional base-url discard-comments))
467 467
468(defun mml-generate-mime (&optional multipart-type) 468(defun mml-generate-mime (&optional multipart-type)
469 "Generate a MIME message based on the current MML document. 469 "Generate a MIME message based on the current MML document.
diff --git a/lisp/gnus/nnrss.el b/lisp/gnus/nnrss.el
index ac9c5ffab2c..1546f922e7a 100644
--- a/lisp/gnus/nnrss.el
+++ b/lisp/gnus/nnrss.el
@@ -395,7 +395,7 @@ otherwise return nil."
395 (mm-coding-system-p 'utf-8))) 395 (mm-coding-system-p 'utf-8)))
396 396
397(declare-function libxml-parse-html-region "xml.c" 397(declare-function libxml-parse-html-region "xml.c"
398 (start end &optional base-url)) 398 (start end &optional base-url discard-comments))
399(defun nnrss-fetch (url &optional local) 399(defun nnrss-fetch (url &optional local)
400 "Fetch URL and put it in a the expected Lisp structure." 400 "Fetch URL and put it in a the expected Lisp structure."
401 (mm-with-unibyte-buffer 401 (mm-with-unibyte-buffer