Просмотр исходного кода

org-bibtex: fixed most of the compiler warnings

Eric Schulte 14 лет назад
Родитель
Сommit
0846a121b0
1 измененных файлов с 2 добавлено и 0 удалено
  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