Parcourir la source

org-bibtex: fixed most of the compiler warnings

Eric Schulte il y a 14 ans
Parent
commit
0846a121b0
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      lisp/org-bibtex.el

+ 2 - 0
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