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