summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-06-29 16:33:39 -0700
committerEric Schulte <schulte.eric@gmail.com>2011-06-29 16:33:39 -0700
commitf06e71283448391ecdc1a425b71803e416638337 (patch)
tree011eadebe4a41c3bdad99dbae24bb789d1bca8e5
parent802a12754475eef2cb00d7c1dc690607fe8f405e (diff)
downloadorg-mode-f06e71283448391ecdc1a425b71803e416638337.tar.gz
org-footnote: declare function for the compiler
* lisp/org-footnote.el (org-fill-paragraph): Declare function for the compiler.
-rw-r--r--lisp/org-footnote.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index 3bd5559..ed4b119 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -49,6 +49,7 @@
(declare-function org-in-verbatim-emphasis "org" ())
(declare-function org-inside-latex-macro-p "org" ())
(declare-function org-id-uuid "org" ())
+(declare-function org-fill-paragraph "org" (justify))
(defvar org-odd-levels-only) ;; defined in org.el
(defvar message-signature-separator) ;; defined in message.el