Ver código fonte

org-footnote: declare function for the compiler

* lisp/org-footnote.el (org-fill-paragraph): Declare function for the
  compiler.
Eric Schulte 13 anos atrás
pai
commit
f06e712834
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      lisp/org-footnote.el

+ 1 - 0
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