فهرست منبع

Declare some functions

Carsten Dominik 16 سال پیش
والد
کامیت
b8dca8d790
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      lisp/org-feed.el

+ 4 - 0
lisp/org-feed.el

@@ -95,6 +95,10 @@
 (require 'sha1)
 
 (declare-function url-retrieve-synchronously "url" (url))
+(declare-function xml-node-children "xml" (node))
+(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))
 
 (defgroup org-feed  nil
   "Options concerning RSS feeds as inputs for Org files."