ox-bibtex: Fix compilation warnings

* contrib/lisp/ox-bibtex.el (org-bibtex-html-entries-alist,
  org-bibtex-html-keywords-alist): Fix compilation warnings.
This commit is contained in:
Nicolas Goaziou 2013-06-02 09:33:57 +02:00
parent d8b983b85a
commit 6e059f228f
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ Fallback to `latex' back-end for other keywords."
;;; HTML Part
(defvar org-bibtex-html-entries-alist) ; Dynamically scoped.
(defvar org-bibtex-html-keywords-alist) ; Dynamically scoped.
(defvar org-bibtex-html-entries-alist nil) ; Dynamically scoped.
(defvar org-bibtex-html-keywords-alist nil) ; Dynamically scoped.
;;;; Advices