* nnrss.el (libxml-parse-html-region): Silence compilation error.
authorLars Ingebrigtsen <larsi@building.gnus.org>
Sat, 1 Feb 2014 19:56:01 +0000 (11:56 -0800)
committerLars Ingebrigtsen <larsi@building.gnus.org>
Sat, 1 Feb 2014 19:56:01 +0000 (11:56 -0800)
lisp/ChangeLog
lisp/nnrss.el

index 81ae090..27f0bf4 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnrss.el (libxml-parse-html-region): Silence compilation error.
+
 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
 
        * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
index 63d5c4f..40d3dc9 100644 (file)
@@ -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