浏览代码

Require cl in org-html.el

Carsten Dominik 15 年之前
父节点
当前提交
2daabacc29
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 2 0
      lisp/ChangeLog
  2. 1 0
      lisp/org-html.el

+ 2 - 0
lisp/ChangeLog

@@ -1,5 +1,7 @@
 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org-html.el (require): require cl for compilation.
+
 	* org.el:  Avoid using `default-major-mode'.
 
 	* org-html.el (org-export-as-html):  Avoid using

+ 1 - 0
lisp/org-html.el

@@ -27,6 +27,7 @@
 ;;; Commentary:
 
 (require 'org-exp)
+(eval-when-compile (require 'cl))
 
 (declare-function org-id-find-id-file "org-id" (id))
 (declare-function htmlize-region "ext:htmlize" (beg end))