]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/muse/htmlize-hack.el
Miscellaneous cleanup.
[gnu-emacs-elpa] / packages / muse / htmlize-hack.el
index e6239464658580979622f046af95f86e9dcec1ea..61627b66aec6b21885e355097297a0578250fa36 100644 (file)
@@ -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")