summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2011-06-01 07:55:45 +0200
committerDavid Maus <dmaus@ictsoc.de>2011-06-01 08:30:52 +0200
commit9da7485a7b86f7e1f5df463bcc62cf9730ae66ec (patch)
tree649f4617107154d16eff3e85875bac97a881f694
parente33ba24640c326929c1c47c1ff134cfe7cd04e24 (diff)
downloadorg-mode-9da7485a7b86f7e1f5df463bcc62cf9730ae66ec.tar.gz
Declare variable to silence byte compiler
* org-bibtex.el (org-id-locations): Declare variable to silence byte compiler.
-rw-r--r--lisp/org-bibtex.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index 3df1f29..ed67cd7 100644
--- a/lisp/org-bibtex.el
+++ b/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" ())