Require CL for the `loop' macro.
This commit is contained in:
parent
742d40e805
commit
52e5311bb1
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue