Browse Source

Declare variable to silence byte compiler

* org-bibtex.el (org-id-locations): Declare variable to silence byte
  compiler.
David Maus 13 years ago
parent
commit
9da7485a7b
1 changed files with 1 additions and 0 deletions
  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" ())