From 86418aad1226095a6407fda5a57e62c55e062600 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 16 Jul 2011 09:19:50 +0200 Subject: [PATCH] org-footnote: fix compiler warning Thanks to Matthew Sauer for catching this. --- lisp/org-footnote.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 03e636996..068c7bf7a 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -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))