Преглед изворни кода

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