Explorar o código

Declare variable `xml-entity-alist' for byte compiler.

* org-feed.el (xml-entity-alist): Declare variable
`xml-entity-alist' for byte compiler.
David Maus %!s(int64=15) %!d(string=hai) anos
pai
achega
f15605889b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org-feed.el

+ 1 - 0
lisp/org-feed.el

@@ -99,6 +99,7 @@
 (declare-function xml-get-children "xml" (node child-name))
 (declare-function xml-get-attribute "xml" (node attribute))
 (declare-function xml-get-attribute-or-nil "xml" (node attribute))
+(defvar xml-entity-alist)
 
 (defgroup org-feed  nil
   "Options concerning RSS feeds as inputs for Org files."