Browse Source

Require cl in org-html.el

Carsten Dominik 15 năm trước cách đây
mục cha
commit
2daabacc29
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  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))