org-feed.el: Add declarations

* org-feed.el: Add declarations.
This commit is contained in:
Bastien Guerry 2012-08-12 10:40:02 +02:00
parent 31aa36ca19
commit 267e6a9d00
1 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,10 @@
(declare-function xml-get-attribute-or-nil "xml" (node attribute))
(declare-function xml-substitute-special "xml" (string))
(declare-function org-capture-escaped-% "org-capture" ())
(declare-function org-capture-inside-embedded-elisp-p "org-capture" ())
(declare-function org-capture-expand-embedded-elisp "org-capture" ())
(defgroup org-feed nil
"Options concerning RSS feeds as inputs for Org files."
:tag "Org Feed"