* lisp/gnus/nnatom.el (libxml-parse-xml-region): Declare to silence warning.

This commit is contained in:
Andrea Corallo 2024-05-14 17:47:36 +02:00
parent 161808ae94
commit 060914d6c1

View file

@ -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)