]> git.eshelyaron.com Git - emacs.git/commitdiff
Require CL for the `loop' macro.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 17 Sep 2009 16:43:25 +0000 (16:43 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 17 Sep 2009 16:43:25 +0000 (16:43 +0000)
lisp/org/ChangeLog
lisp/org/org-ascii.el

index 765c42e820b098aef5c4eb736adcce1cbdb53d19..4e74d614a5a6004a8291345f98ad9aecbc93ecee 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * org-ascii.el: Require CL for the `loop' macro.
+
 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
 
        * org-gnus.el (require): Wrap (require gnus-sum) into
index a055b838794c95ab2fb7b66f9a43bba8e5a9e0e8..253066375dc76bd1360b3559381335bb958a4e6d 100644 (file)
@@ -27,6 +27,7 @@
 ;;; Commentary:
 
 (require 'org-exp)
+(eval-when-compile (require 'cl))
 
 (defgroup org-export-ascii nil
   "Options specific for ASCII export of Org-mode files."