Explorar el Código

Declare variable to silence byte compiler

* org-bibtex.el (org-id-locations): Declare variable to silence byte
  compiler.
David Maus hace 13 años
padre
commit
9da7485a7b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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" ())