소스 검색

Require cl for the loop macro in org-ascii.el

Carsten Dominik 15 년 전
부모
커밋
49699ec915
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lisp/org-ascii.el

+ 2 - 0
lisp/org-ascii.el

@@ -27,6 +27,8 @@
 ;;; Commentary:
 
 (require 'org-exp)
+(eval-when-compile
+  (require 'cl))
 
 (defgroup org-export-ascii nil
   "Options specific for ASCII export of Org-mode files."