From 6e059f228f0ebc80fd7bbc12847752fa853e3385 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 2 Jun 2013 09:33:57 +0200 Subject: [PATCH] ox-bibtex: Fix compilation warnings * contrib/lisp/ox-bibtex.el (org-bibtex-html-entries-alist, org-bibtex-html-keywords-alist): Fix compilation warnings. --- contrib/lisp/ox-bibtex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/ox-bibtex.el b/contrib/lisp/ox-bibtex.el index a2147677f..3e6f8e63f 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 -- 2.11.4.GIT