summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-04-28 10:05:24 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-04-28 10:05:24 -0600
commit0846a121b06157a82bbc1b2530d32b3d8fc3b965 (patch)
tree3f646a3e4a8b9372f126ff2e2929fb9d1185dacc
parentd689755ca5d046a1d2aa3e7e5436d8767f036b41 (diff)
downloadorg-mode-0846a121b06157a82bbc1b2530d32b3d8fc3b965.tar.gz
org-bibtex: fixed most of the compiler warnings
-rw-r--r--lisp/org-bibtex.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index 9d114b0..f4614fb 100644
--- a/lisp/org-bibtex.el
+++ b/lisp/org-bibtex.el
@@ -110,6 +110,8 @@
(require 'org)
(require 'bibtex)
+(eval-when-compile
+ (require 'cl))
(defvar description nil) ; dynamically scoped from org.el