From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: [PATCH] Declare variable `xml-entity-alist' for byte compiler. Date: Sat, 19 Jun 2010 16:28:43 +0200 Message-ID: <1276957723-30376-1-git-send-email-dmaus@ictsoc.de> References: <1276957541-29908-5-git-send-email-dmaus@ictsoc.de> Return-path: Received: from [140.186.70.92] (port=44985 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPz3q-00075n-4s for emacs-orgmode@gnu.org; Sat, 19 Jun 2010 10:30:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPz3o-0003m7-VI for emacs-orgmode@gnu.org; Sat, 19 Jun 2010 10:30:18 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:59434) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPz3o-0003ly-PV for emacs-orgmode@gnu.org; Sat, 19 Jun 2010 10:30:16 -0400 In-Reply-To: <1276957541-29908-5-git-send-email-dmaus@ictsoc.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org * org-feed.el (xml-entity-alist): Declare variable `xml-entity-alist' for byte compiler. --- lisp/org-feed.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lisp/org-feed.el b/lisp/org-feed.el index e7fd0f2..3edcf1a 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." -- 1.7.1