]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
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)
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.


No differences found