mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit a654817064dd9d1d25358bb6ffd3140ef4d7bb5b Author: Matthew L. Fidler <[email protected]> Date: Mon Jun 2 10:35:48 2014 -0500 Fix Issue #226 --- ergoemacs-theme-engine.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el index 98b96dc..9708efe 100644 --- a/ergoemacs-theme-engine.el +++ b/ergoemacs-theme-engine.el @@ -2460,7 +2460,7 @@ DIFFERENCES are the differences from the layout based on the functions. These a `(let (silent pl tmp) (setq pl (gethash (or ,based-on "standard") ergoemacs-theme-hash)) (plist-put pl ':name ,(symbol-name name)) - (setq tmp (eval (plist-get pl ':components))) + (setq tmp (plist-get pl ':components)) (push (intern (concat ,(symbol-name name) "-theme")) tmp) (setq tmp (plist-put pl ':components tmp)) (setq silent (gethash "silent-themes" ergoemacs-theme-hash))
