From f002bc096647f34bdee4f876a9be6c5910e5380a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 21 Jun 2009 22:40:59 +0200 Subject: [PATCH] Keep byte compiler happy --- lisp/org-footnote.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 44dfb6027..db8d78ae4 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -45,6 +45,7 @@ (declare-function org-show-context "org" (&optional key)) (declare-function org-back-to-heading "org" (&optional invisible-ok)) (declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading)) +(defvar org-odd-levels-only) ;; defined in org.el (defconst org-footnote-re (concat "[^][\n]" ; to make sure it is not at the beginning of a line