X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/7281b77c3c38ca4ab7cff8d60df4ef05f9fa7a89..6517ec8921438deae6547ab5eb38e004935d5618:/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")