소스 검색

org-bibtex: fixed most of the compiler warnings

Eric Schulte 14 년 전
부모
커밋
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