* lisp/gnus/nnatom.el (libxml-parse-xml-region): Declare to silence warning.
authorAndrea Corallo <acorallo@gnu.org>
Tue, 14 May 2024 15:47:36 +0000 (17:47 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Tue, 14 May 2024 15:48:39 +0000 (17:48 +0200)
lisp/gnus/nnatom.el

index add9ae2dff9c6c43358b881822fe92d7207fb1e6..132861597840a445d444b4a2a805364b4594de82 100644 (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)