소스 검색

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 년 전
부모
커밋
6e059f228f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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