* shr-color.el: Require cl when compiling.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 26 Nov 2010 02:29:50 +0000 (03:29 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 26 Nov 2010 02:29:50 +0000 (03:29 +0100)
lisp/ChangeLog
lisp/shr-color.el

index d22ad58..4d094d1 100644 (file)
@@ -1,5 +1,7 @@
 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * shr-color.el: Require cl when compiling.
+
        * nnheader.el (nnheader-update-marks-actions): Fix typo in last
        checkin.
 
index 3346b43..779c30b 100644 (file)
@@ -27,6 +27,7 @@
 ;;; Code:
 
 (require 'color)
+(eval-when-compile (require 'cl))
 
 (defgroup shr-color nil
   "Simple HTML Renderer colors"