소스 검색

Declare variable to silence byte compiler

* org-bibtex.el (org-id-locations): Declare variable to silence byte
  compiler.
David Maus 14 년 전
부모
커밋
9da7485a7b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/org-bibtex.el

+ 1 - 0
lisp/org-bibtex.el

@@ -114,6 +114,7 @@
   (require 'cl))
 
 (defvar description nil) ; dynamically scoped from org.el
+(defvar org-id-locations)
 
 (declare-function bibtex-beginning-of-entry "bibtex" ())
 (declare-function bibtex-generate-autokey "bibtex" ())