mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit bc78edf973658d596e82e277d531e36ae5c6e629 Author: Matthew L. Fidler <[email protected]> Date: Sat Jun 21 18:00:20 2014 -0500 Bug fix for ergoemacs-substitute-command. Allows shortcuts to mask global bindins --- ergoemacs-advices.el | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el index 2d5db7f..b3160b4 100644 --- a/ergoemacs-advices.el +++ b/ergoemacs-advices.el @@ -239,8 +239,9 @@ will add MAP to substitution." (progn (setq test (ergoemacs-real-key-description (nth 0 test-hash))) (ergoemacs-pretty-key test)) - (let (ergoemacs-modal ergoemacs-repeat-keys ergoemacs-read-input-keys - ergoemacs-shortcut-keys) + (let (ergoemacs-modal + ergoemacs-repeat-keys + ergoemacs-read-input-keys) (ergoemacs-pretty-key (ergoemacs-real-substitute-command-keys (or (and map (concat map string)) string))))))))
