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

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

[elpa] 80/287: Reverse order to allow <apps> h z processing.


From: Matthew Fidler
Subject: [elpa] 80/287: Reverse order to allow <apps> h z processing.
Date: Wed, 02 Jul 2014 14:44:48 +0000

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

commit 34a4f41b9c030a8d2d85b90f253871192c4da25b
Author: Matthew L. Fidler <address@hidden>
Date:   Fri Jun 13 07:19:27 2014 -0500

    Reverse order to allow <apps> h z processing.
---
 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 e497239..43847ee 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -666,7 +666,7 @@ Optionally use DESC when another description isn't found in 
`ergoemacs-function-
                    :full-map full-map
                    :always always))
         (ergoemacs-setup-translation lay "us")
-        (dolist (cmd cmd-list)
+        (dolist (cmd (reverse cmd-list))
           (ergoemacs-define-map ret (ergoemacs-kbd (nth 0 cmd) nil (nth 3 cmd))
                                 (nth 1 cmd) (nth 4 cmd)))
         (puthash ilay ret keymap-hash)



reply via email to

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