[gnus git] branch master updated: m0-11-227-gcfbcd1b =1= Function declaration updates prompted by 'make check-declare'
Katsumi Yamaoka <[email protected]> Fri, 01 May 2015 05:32:50 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cfbcd1bb32ba9e4898c9c08909ee3156708c0a5a (commit)
from 4b3bd6c2717eaec8fc48bf729db7ce9580d5bc24 (commit)
- Log -----------------------------------------------------------------
commit cfbcd1bb32ba9e4898c9c08909ee3156708c0a5a
Author: Glenn Morris <[email protected]>
Date: Fri May 1 03:32:22 2015 +0000
Function declaration updates prompted by 'make check-declare'
* gnus-util.el (iswitchb-read-buffer):
* mm-decode.el (libxml-parse-html-region):
* mml.el (libxml-parse-html-region):
* nnrss.el (libxml-parse-html-region): Update declaration.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 757eca8..774dfad 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2015-05-01 Glenn Morris <[email protected]>
+
+ * gnus-util.el (iswitchb-read-buffer):
+ * mm-decode.el (libxml-parse-html-region):
+ * mml.el (libxml-parse-html-region):
+ * nnrss.el (libxml-parse-html-region): Update declaration.
+
2015-04-27 Glenn Morris <[email protected]>
* message.el (gnus-extract-address-components):
diff --git a/lisp/gnus-util.el b/lisp/gnus-util.el
index 7bacaba..4b06cc0 100644
--- a/lisp/gnus-util.el
+++ b/lisp/gnus-util.el
@@ -1575,7 +1575,8 @@ SPEC is a predicate specifier that contains stuff like `or', `and',
(declare-function iswitchb-read-buffer "iswitchb"
- (prompt &optional default require-match start matches-set))
+ (prompt &optional default require-match
+ _predicate start matches-set))
(defvar iswitchb-temp-buflist)
(defun gnus-iswitchb-completing-read (prompt collection &optional require-match
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index ae6bb71..bce9abd 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -1827,7 +1827,7 @@ If RECURSIVE, search recursively."
(not (mm-long-lines-p 76))))))
(declare-function libxml-parse-html-region "xml.c"
- (start end &optional base-url))
+ (start end &optional base-url discard-comments))
(declare-function shr-insert-document "shr" (dom))
(defvar shr-blocked-images)
(defvar shr-use-fonts)
diff --git a/lisp/mml.el b/lisp/mml.el
index 2a3b228..5754475 100644
--- a/lisp/mml.el
+++ b/lisp/mml.el
@@ -463,7 +463,7 @@ If MML is non-nil, return the buffer up till the correspondent mml tag."
(defvar mml-inhibit-compute-boundary nil)
(declare-function libxml-parse-html-region "xml.c"
- (start end &optional base-url))
+ (start end &optional base-url discard-comments))
(defun mml-generate-mime (&optional multipart-type)
"Generate a MIME message based on the current MML document.
diff --git a/lisp/nnrss.el b/lisp/nnrss.el
index ac9c5ff..1546f92 100644
--- a/lisp/nnrss.el
+++ b/lisp/nnrss.el
@@ -395,7 +395,7 @@ otherwise return nil."
(mm-coding-system-p 'utf-8)))
(declare-function libxml-parse-html-region "xml.c"
- (start end &optional base-url))
+ (start end &optional base-url discard-comments))
(defun nnrss-fetch (url &optional local)
"Fetch URL and put it in a the expected Lisp structure."
(mm-with-unibyte-buffer
-----------------------------------------------------------------------
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-util.el | 3 ++-
lisp/mm-decode.el | 2 +-
lisp/mml.el | 2 +-
lisp/nnrss.el | 2 +-
5 files changed, 12 insertions(+), 4 deletions(-)
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