Browse Source

org-bibtex: fixed most of the compiler warnings

Eric Schulte 14 năm trước cách đây
mục cha
commit
0846a121b0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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