org-footnote.el: silence byte-compiler.

This commit is contained in:
Bastien Guerry 2011-08-17 16:05:11 +02:00
parent 95d0c42c5a
commit a472bee33d
1 changed files with 1 additions and 0 deletions

View File

@ -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: ")