X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/3494f28aecf59ee351cdb0fa61b7bed0597cc1c5..e7e02c2582a38a60395c4fc05dc261407946905e:/packages/muse/htmlize-hack.el diff --git a/packages/muse/htmlize-hack.el b/packages/muse/htmlize-hack.el index e62394646..61627b66a 100644 --- a/packages/muse/htmlize-hack.el +++ b/packages/muse/htmlize-hack.el @@ -2,7 +2,7 @@ ;; To use it, add the path to this directory to your load path and ;; add (require 'htmlize-hack) to your Emacs init file. -(eval-when-compile (require 'cl)) +(require 'cl) (if t (require 'htmlize)) ; Don't load during compilation. (when (equal htmlize-version "1.34")