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

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

[elpa] master d554fea: * color-theme-ahungry.el: Don't burp if color-the


From: Stefan Monnier
Subject: [elpa] master d554fea: * color-theme-ahungry.el: Don't burp if color-theme is missing
Date: Mon, 09 Feb 2015 17:38:29 +0000

branch: master
commit d554feadfcdfe5a91edc7ec4b289addc0c43c827
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * color-theme-ahungry.el: Don't burp if color-theme is missing
---
 packages/ahungry-theme/color-theme-ahungry.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/packages/ahungry-theme/color-theme-ahungry.el 
b/packages/ahungry-theme/color-theme-ahungry.el
index 53d26ba..ba76b25 100644
--- a/packages/ahungry-theme/color-theme-ahungry.el
+++ b/packages/ahungry-theme/color-theme-ahungry.el
@@ -36,8 +36,7 @@
 
 ;;; Code:
 
-(eval-when-compile
-  (require 'color-theme))
+(declare-function color-theme-install "color-theme" (theme))
 
 ;; Currently background-color and foreground-color are intentionally left
 ;; commented out, so that the color-theme in terminal mode will not overwrite



reply via email to

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