org-footnote: declare function for the compiler

* lisp/org-footnote.el (org-fill-paragraph): Declare function for the
  compiler.
This commit is contained in:
Eric Schulte 2011-06-29 16:33:39 -07:00
parent 802a127544
commit f06e712834
1 changed files with 1 additions and 0 deletions

View File

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