Explorar o código

Require cl in org-html.el

Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
2daabacc29
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  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))