Declare variable `xml-entity-alist' for byte compiler.
* org-feed.el (xml-entity-alist): Declare variable `xml-entity-alist' for byte compiler.
This commit is contained in:
parent
516640aff9
commit
f15605889b
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue