summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-06 22:58:40 +0200
committerBastien Guerry <bzg@altern.org>2011-07-06 22:58:40 +0200
commit8567831ff8dd35dd03db14b303e81b04a2bded47 (patch)
tree07dc823715a6d67dca3825ab4ba0a1ad4c833d4e
parent9c05a7c781848ada07fafb002fe7773a9c773224 (diff)
downloadorg-mode-8567831ff8dd35dd03db14b303e81b04a2bded47.tar.gz
org-footnote.el: silent compiler warning.
Declare `org-bracket-link-regexp'. Thanks to Achim Gratz for catching this.
-rw-r--r--lisp/org-footnote.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index ca77b78..e86cc87 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?