From f15605889bf79e255d984d0593f222efcb58cde2 Mon Sep 17 00:00:00 2001 From: David Maus Date: Sat, 19 Jun 2010 19:28:43 +0000 Subject: [PATCH] Declare variable `xml-entity-alist' for byte compiler. * org-feed.el (xml-entity-alist): Declare variable `xml-entity-alist' for byte compiler. --- lisp/org-feed.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-feed.el b/lisp/org-feed.el index c86ca903d..da20a2ef3 100644 --- a/lisp/org-feed.el +++ b/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." -- 2.11.4.GIT