]> git.notmuchmail.org Git - notmuch/commit
notmuch.el: convert sparse keymap to a list in notmuch-substitute-one-command-key...
authorDavid Bremner <bremner@unb.ca>
Fri, 12 Feb 2010 03:01:07 +0000 (23:01 -0400)
committerCarl Worth <cworth@cworth.org>
Sat, 20 Feb 2010 20:20:54 +0000 (12:20 -0800)
commitb20bc7028dbc413d270122d187e6afffbee008e5
tree8818b4da03507fbcef5dc22458ad0e229a49931e
parent1137ce11e11f031d30e6684cd56f0ec5654a3d97
notmuch.el: convert sparse keymap to a list in notmuch-substitute-one-command-key-with-prefix

The previous version would crash when a key was bound to a sparse
keymap, since apparently these are not straightforward lists.  The
usage of map-keymap is a bit obscure: it only has side-effects, no
return value.
notmuch.el