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