ox-s5: Small fix
* ox-s5.el: Require cl during compilation.
This commit is contained in:
parent
01278c1699
commit
13aba46ce0
|
@ -49,6 +49,7 @@
|
|||
;; on how this exporter works.
|
||||
|
||||
(require 'ox-html)
|
||||
(eval-when-compile (require 'cl))
|
||||
|
||||
(org-export-define-derived-backend 's5 'html
|
||||
:menu-entry
|
||||
|
|
Loading…
Reference in New Issue