summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-06-02 09:33:57 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-06-02 09:33:57 +0200
commit6e059f228f0ebc80fd7bbc12847752fa853e3385 (patch)
tree4aa05ce478791e39fd8ac4f56848f103e15bb9e7
parentd8b983b85a4f657a67d628f430c53e504cfa2183 (diff)
downloadorg-mode-6e059f228f0ebc80fd7bbc12847752fa853e3385.tar.gz
ox-bibtex: Fix compilation warnings
* contrib/lisp/ox-bibtex.el (org-bibtex-html-entries-alist, org-bibtex-html-keywords-alist): Fix compilation warnings.
-rw-r--r--contrib/lisp/ox-bibtex.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/lisp/ox-bibtex.el b/contrib/lisp/ox-bibtex.el
index a214767..3e6f8e6 100644
--- a/contrib/lisp/ox-bibtex.el
+++ b/contrib/lisp/ox-bibtex.el
@@ -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