org-footnote: fix compiler warning

Thanks to Matthew Sauer for catching this.
This commit is contained in:
Nicolas Goaziou 2011-07-16 09:19:50 +02:00
parent b824725df1
commit 86418aad12
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
(require 'org-macs)
(require 'org-compat)
(declare-function org-combine-plists "org" (&rest plists))
(declare-function org-in-commented-line "org" ())
(declare-function org-in-indented-comment-line "org" ())
(declare-function org-in-regexp "org" (re &optional nlines visually))