فهرست منبع

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."