emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/tangotango-theme ee6fb86bab 2/2: Merge pull request #18 fr


From: ELPA Syncer
Subject: [nongnu] elpa/tangotango-theme ee6fb86bab 2/2: Merge pull request #18 from syohex/warning
Date: Thu, 14 Jul 2022 04:59:24 -0400 (EDT)

branch: elpa/tangotango-theme
commit ee6fb86babfde1bc2a9905c72fd84b562ddc4bf1
Merge: 9509035842 b8da068378
Author: Julien Barnier <julien@nozav.org>
Commit: GitHub <noreply@github.com>

    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."



reply via email to

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