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

commit 09fe876c4d37c29e56e524a7291812e2ce8ba90e
Author: Matthew L. Fidler <[email protected]>
Date:   Mon Jun 23 09:26:35 2014 -0500

    Update ergoemacs-test-layout so it wont parse the function
---
 ergoemacs-macros.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-macros.el b/ergoemacs-macros.el
index 2a3fd2c..03ef001 100644
--- a/ergoemacs-macros.el
+++ b/ergoemacs-macros.el
@@ -217,7 +217,7 @@ Uses `ergoemacs-theme-component--parse-keys-and-body' and
   (let ((kb (make-symbol "body-and-plist"))
         (plist (make-symbol "plist"))
         (body (make-symbol "body")))
-    (setq kb (ergoemacs-theme-component--parse keys-and-body t)
+    (setq kb (ergoemacs-theme-component--parse-keys-and-body keys-and-body  
nil t)
           plist (nth 0 kb)
           body (nth 1 kb))
     `(let ((old-ergoemacs-theme ergoemacs-theme)

Reply via email to