소스 검색

ox-s5: Small fix

* ox-s5.el: Require cl during compilation.
Rasmus 10 년 전
부모
커밋
13aba46ce0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      contrib/lisp/ox-s5.el

+ 1 - 0
contrib/lisp/ox-s5.el

@@ -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