From be6084bb20d4257d240983454c92ad38540ea2d2 Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Fri, 6 May 2011 08:00:07 -0400 Subject: [PATCH] =?UTF-8?q?Added=20a=20necessary=20`(require=20'cl)`,=20pe?= =?UTF-8?q?r=20@plathrop=E2=80=99s=20pull=20request.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- solarized-definitions.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solarized-definitions.el b/solarized-definitions.el index ca7ba64..f461920 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -1,3 +1,6 @@ +(eval-when-compile + (require 'cl)) + (defconst solarized-description "Color theme by Ethan Schoonover, created 2011-03-24. Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized.")