Explorar el Código

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

Carsten Dominik hace 15 años
padre
commit
49699ec915
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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."