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

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

[elpa] master 5cd77bb 07/10: Evaluate theme name.


From: Jackson Ray Hamilton
Subject: [elpa] master 5cd77bb 07/10: Evaluate theme name.
Date: Sat, 07 Feb 2015 09:02:44 +0000

branch: master
commit 5cd77bbc70e694b910722686b29b921e67e5ab96
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Evaluate theme name.
---
 context-coloring.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 8ce8cad..f838f30 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -505,7 +505,7 @@ PROPERTIES is a property list specifiying the following 
details:
 
 `:colors': List of colors that this theme uses."
   (let ((aliases (plist-get properties :aliases)))
-    (dolist (name (append '(theme) aliases))
+    (dolist (name (append `(,theme) aliases))
       (puthash name properties context-coloring-theme-hash-table)
       ;; Compensate for already-enabled themes by applying their colors now.
       (when (custom-theme-enabled-p name)



reply via email to

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