Преглед на файлове

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