From 8567831ff8dd35dd03db14b303e81b04a2bded47 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 6 Jul 2011 22:58:40 +0200 Subject: [PATCH] org-footnote.el: silent compiler warning. Declare `org-bracket-link-regexp'. Thanks to Achim Gratz 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 ca77b78a6..e86cc8772 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -154,6 +154,7 @@ extracted will be filled again." :group 'org-footnote :type 'boolean) +(defvar org-bracket-link-regexp) ; silent compiler (defun org-footnote-at-reference-p () "Is the cursor at a footnote reference?