Explorar el Código

org-feed.el: Add declarations

* org-feed.el: Add declarations.
Bastien Guerry hace 12 años
padre
commit
267e6a9d00
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      lisp/org-feed.el

+ 4 - 0
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"