From ce7ff436ffd6d9ace7e8d89f4cc81c427407cfaf Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 30 Apr 2015 20:06:15 -0400 Subject: 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. --- lisp/gnus/mml.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/gnus/mml.el') 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." (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. -- cgit v1.2.1