Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2012-02-07 08:43:41 +01:00
commit c4b233453c
1 changed files with 3 additions and 3 deletions

View File

@ -481,7 +481,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
(defvar org-blank-before-new-entry) ; silence byte-compiler
(defun org-footnote-create-definition (label)
"Start the definition of a footnote with label LABEL."
(interactive "sLabel: ")
@ -603,8 +603,8 @@ With prefix arg SPECIAL, offer additional commands in a menu."
(defvar org-footnote-insert-pos-for-preprocessor 'point-max
"See `org-footnote-normalize'.")
(defvar org-export-footnotes-seen nil) ; silence byte-compiler
(defvar org-export-footnotes-data nil) ; silence byte-compiler
(defvar org-export-footnotes-seen) ; silence byte-compiler
(defvar org-export-footnotes-data) ; silence byte-compiler
;;;###autoload
(defun org-footnote-normalize (&optional sort-only export-props)