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

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

[elpa] 47/117: theme component support for if/dolist/mapc/mapcar/when


From: Matthew Fidler
Subject: [elpa] 47/117: theme component support for if/dolist/mapc/mapcar/when
Date: Fri, 25 Jul 2014 13:24:09 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit e334652e67681d01eab54d790d222fce676cc9ed
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 17 07:43:09 2014 -0500

    theme component support for if/dolist/mapc/mapcar/when
---
 ergoemacs-macros.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-macros.el b/ergoemacs-macros.el
index 3fc3fae..aa23909 100644
--- a/ergoemacs-macros.el
+++ b/ergoemacs-macros.el
@@ -207,6 +207,8 @@ Uses `ergoemacs-theme-component--parse-keys-and-body' and
                  `(ergoemacs-theme-component--with-hook
                    ',(nth 1 elt) ',(nth 0 tmp)
                    '(lambda () ,@(nth 1 tmp)))))
+              ((ignore-errors (memq (nth 0 elt) '(mapcar mapc dolist when if)))
+               (macroexpand-all (ergoemacs-theme-component--parse-remaining 
elt)))
               (t elt)))
            remaining)))
     remaining))



reply via email to

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