changeset 111702:087bcfbfa5ef

color-lab: Require 'cl when compiling.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 24 Nov 2010 12:56:50 +0000
parents 3fbe2d0ad0f8
children cb2bf4b8dd70
files lisp/gnus/ChangeLog lisp/gnus/color-lab.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Wed Nov 24 11:32:22 2010 +0000
+++ b/lisp/gnus/ChangeLog	Wed Nov 24 12:56:50 2010 +0000
@@ -4,6 +4,8 @@
 
 2010-11-24  Julien Danjou  <julien@danjou.info>
 
+	* color-lab.el: Require 'cl when compiling.
+
 	* shr.el (shr-insert-color-overlay): Remove specific rgb() check.
 
 	* shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
--- a/lisp/gnus/color-lab.el	Wed Nov 24 11:32:22 2010 +0000
+++ b/lisp/gnus/color-lab.el	Wed Nov 24 12:56:50 2010 +0000
@@ -26,6 +26,9 @@
 
 ;;; Code:
 
+(eval-when-compile
+  (require 'cl))
+
 ;; Emacs < 23.3
 (eval-and-compile
   (unless (boundp 'float-pi)