emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102502: color-lab: Require 'cl when


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102502: color-lab: Require 'cl when compiling.
Date: Wed, 24 Nov 2010 12:56:50 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102502
author: Julien Danjou <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Wed 2010-11-24 12:56:50 +0000
message:
  color-lab: Require 'cl when compiling.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/color-lab.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-11-24 11:32:22 +0000
+++ b/lisp/gnus/ChangeLog       2010-11-24 12:56:50 +0000
@@ -4,6 +4,8 @@
 
 2010-11-24  Julien Danjou  <address@hidden>
 
+       * 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

=== modified file 'lisp/gnus/color-lab.el'
--- a/lisp/gnus/color-lab.el    2010-11-24 11:32:22 +0000
+++ b/lisp/gnus/color-lab.el    2010-11-24 12:56:50 +0000
@@ -26,6 +26,9 @@
 
 ;;; Code:
 
+(eval-when-compile
+  (require 'cl))
+
 ;; Emacs < 23.3
 (eval-and-compile
   (unless (boundp 'float-pi)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]