Forráskód Böngészése

ox-bibtex: Fix compilation warnings

* contrib/lisp/ox-bibtex.el (org-bibtex-html-entries-alist,
  org-bibtex-html-keywords-alist): Fix compilation warnings.
Nicolas Goaziou 12 éve
szülő
commit
6e059f228f
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      contrib/lisp/ox-bibtex.el

+ 2 - 2
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