浏览代码

Merge branch 'maint'

Nicolas Goaziou 9 年之前
父节点
当前提交
5e0efebef8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-feed.el

+ 1 - 0
lisp/org-feed.el

@@ -604,6 +604,7 @@ Assumes headers are indeed present!"
   "Parse BUFFER for RSS feed entries.
 Returns a list of entries, with each entry a property list,
 containing the properties `:guid' and `:item-full-text'."
+  (require 'xml)
   (let ((case-fold-search t)
 	entries beg end item guid entry)
     (with-current-buffer buffer