* lisp/gnus/nnatom.el (libxml-parse-xml-region): Declare to silence warning.
This commit is contained in:
parent
161808ae94
commit
060914d6c1
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
|
||||
;;;; Atom feed parser:
|
||||
|
||||
(declare-function libxml-parse-xml-region "xml.c")
|
||||
(defun nnatom--read-feed (feed _)
|
||||
"Return a list structure representing FEED, or nil."
|
||||
(if (string-match-p "\\`https?://" feed)
|
||||
|
|
Loading…
Add table
Reference in a new issue