From a472bee33ddb3863b4f3ce21c643371a0af1ad11 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 17 Aug 2011 16:05:11 +0200 Subject: [PATCH] org-footnote.el: silence byte-compiler. --- lisp/org-footnote.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index c61a5180f..5df9fbfb8 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -466,6 +466,7 @@ or new, let the user edit the definition of the footnote." (org-footnote-create-definition label) (org-footnote-auto-adjust-maybe))))) +(defvar org-blank-before-new-entry nil) ; silence byte-compiler (defun org-footnote-create-definition (label) "Start the definition of a footnote with label LABEL." (interactive "sLabel: ") -- 2.11.4.GIT