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