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

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

[elpa] 199/287: Update ergoemacs-test-layout so it wont parse the functi


From: Matthew Fidler
Subject: [elpa] 199/287: Update ergoemacs-test-layout so it wont parse the function
Date: Wed, 02 Jul 2014 14:45:57 +0000

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

commit 09fe876c4d37c29e56e524a7291812e2ce8ba90e
Author: Matthew L. Fidler <address@hidden>
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

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