mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
* lisp/org/org-footnote.el: Remove bogus defvar values.
Fixes: debbugs:10745
This commit is contained in:
parent
e72a771d50
commit
6a24cbb1a2
2 changed files with 7 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue