mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 34a4f41b9c030a8d2d85b90f253871192c4da25b Author: Matthew L. Fidler <[email protected]> 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)
