summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-12 10:40:02 +0200
committerBastien Guerry <bzg@altern.org>2012-08-12 10:40:02 +0200
commit267e6a9d00f3980b8fd6cc9c84ab880c46a69f4f (patch)
tree8db9e4aef6288fe87ea21be820391a531c5e7fcd
parent31aa36ca19c3c51188030976d526479c6026aac2 (diff)
downloadorg-mode-267e6a9d00f3980b8fd6cc9c84ab880c46a69f4f.tar.gz
org-feed.el: Add declarations
* org-feed.el: Add declarations.
-rw-r--r--lisp/org-feed.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/org-feed.el b/lisp/org-feed.el
index e0d9472..91bf334 100644
--- a/lisp/org-feed.el
+++ b/lisp/org-feed.el
@@ -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"