0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:47:56 +00:00

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:
David Maus 2010-06-19 19:28:43 +00:00 committed by Carsten Dominik
parent 516640aff9
commit f15605889b

View file

@ -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."