Skip to content

Commit

Permalink
kmu-keymap-bindings: bugfix, prefix was added twice
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Apr 27, 2013
1 parent 9093fda commit ec8a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymap-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ Also see `kmu-define-keys'."
(lambda (key def)
(if (kmu-keymap-list-p def)
(setq v (append
(kmu-keymap-bindings def (vconcat prefix (list key)))
(kmu-keymap-bindings def (list key))
v))
(push (list key def) v)))
keymap)
Expand Down

0 comments on commit ec8a92f

Please sign in to comment.