projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
161808a
)
* lisp/gnus/nnatom.el (libxml-parse-xml-region): Declare to silence warning.
author
Andrea Corallo
<acorallo@gnu.org>
Tue, 14 May 2024 15:47:36 +0000
(17:47 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Tue, 14 May 2024 15:48:39 +0000
(17:48 +0200)
lisp/gnus/nnatom.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnatom.el
b/lisp/gnus/nnatom.el
index add9ae2dff9c6c43358b881822fe92d7207fb1e6..132861597840a445d444b4a2a805364b4594de82 100644
(file)
--- a/
lisp/gnus/nnatom.el
+++ b/
lisp/gnus/nnatom.el
@@
-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)