branch: elpa/tangotango-theme
commit b8da0683782d5c0368464373b6757062361179db
Author: Shohei YOSHIDA <syo...@gmail.com>
Commit: Shohei YOSHIDA <syo...@gmail.com>

    Remove eval-when-compile
---
 color-theme-tangotango.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 38e7e76bf4..6c2bb17c05 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -32,8 +32,7 @@
 ;;; Code:
 
 ;; color theme (requires http://www.emacswiki.org/cgi-bin/wiki?ColorTheme )
-(eval-when-compile
-  (require 'color-theme))
+(require 'color-theme)
 
 (defun color-theme-tangotango ()
   "A color theme based on Tango Palette colors."

Reply via email to