Load XML library if necessary.
commit66eadedab3f066b8c0835e4ad7b1a0a3e31c7c5b
authorDavid Maus <dmaus@ictsoc.de>
Wed, 7 Jul 2010 11:22:23 +0000 (7 11:22 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Wed, 7 Jul 2010 06:46:44 +0000 (7 08:46 +0200)
treeb181a395840b89027729be7a37627226e8fad4d1
parenta11ee296f504a53c71aa04325ad2bb0dc955debc
Load XML library if necessary.

* org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
library if necessary.

Function that use xml.el must require 'xml to make sure it is loaded
at runtime.
lisp/org-feed.el