Declare some functions

This commit is contained in:
Carsten Dominik 2009-04-18 20:56:55 +02:00
parent 13fe6b1858
commit b8dca8d790
1 changed files with 4 additions and 0 deletions

View File

@ -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."