branch: elpa/tangotango-theme
commit ee6fb86babfde1bc2a9905c72fd84b562ddc4bf1
Merge: 9509035842 b8da068378
Author: Julien Barnier <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #18 from syohex/warning
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."