소스 검색

now requiring cl

Eric Schulte 16 년 전
부모
커밋
e05ddae2f7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/org-babel-init.el

+ 1 - 0
lisp/org-babel-init.el

@@ -29,6 +29,7 @@
 ;; for more information see the comments in org-babel.el
 
 ;;; Code:
+(require 'cl)
 (require 'org)
 (require 'org-exp-blocks)
 (require 'org-babel)