* lisp/org/org-footnote.el: Remove bogus defvar values.
Fixes: debbugs:10745
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2012-02-14 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* org-footnote.el: Remove bogus defvar values (Bug#10745).
|
||||
|
||||
2012-01-05 Eric Schulte <eric.schulte@gmx.com>
|
||||
|
||||
* ob.el (org-babel-expand-noweb-references): Resurrect dropped
|
||||
|
||||
@@ -475,7 +475,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: ")
|
||||
@@ -595,8 +595,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)
|
||||
|
||||
Reference in New Issue
Block a user