[gnus git] branch master updated: m0-9-11-g11445f9 =1= * nnrss.el (libxml-parse-html-region): Silence compilation error.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 11445f9254c4fbb959d098d36960cc8ebd4839d1 (commit)
from 4c0501dfcb160830f46ebd33468dfe04720685aa (commit)
- Log -----------------------------------------------------------------
commit 11445f9254c4fbb959d098d36960cc8ebd4839d1
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Feb 1 11:56:01 2014 -0800
* nnrss.el (libxml-parse-html-region): Silence compilation error.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 81ae090..27f0bf4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-01 Lars Ingebrigtsen <[email protected]>
+
+ * nnrss.el (libxml-parse-html-region): Silence compilation error.
+
2014-02-01 Daniel Dehennin <[email protected]>
* gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
diff --git a/lisp/nnrss.el b/lisp/nnrss.el
index 63d5c4f..40d3dc9 100644
--- a/lisp/nnrss.el
+++ b/lisp/nnrss.el
@@ -398,6 +398,8 @@ otherwise return nil."
nnrss-compatible-encoding-alist)))))
(mm-coding-system-p 'utf-8)))
+(declare-function libxml-parse-html-region "xml.c"
+ (start end &optional base-url))
(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 | 4 ++++
lisp/nnrss.el | 2 ++
2 files changed, 6 insertions(+)
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