]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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)
committerEshel Yaron <me@eshelyaron.com>
Thu, 16 May 2024 08:21:48 +0000 (10:21 +0200)
(cherry picked from commit 060914d6c1c69be74e7f19a07550cec892738d0e)

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)