From 0846a121b06157a82bbc1b2530d32b3d8fc3b965 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 28 Apr 2011 10:05:24 -0600 Subject: [PATCH] org-bibtex: fixed most of the compiler warnings --- lisp/org-bibtex.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index 9d114b0b4..f4614fb2f 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 -- 2.11.4.GIT