]> git.notmuchmail.org Git - notmuch/commit
emacs: hello: fix accidental modification of widget-keymap
authorMark Walters <markwalters1009@gmail.com>
Thu, 12 Nov 2015 11:02:19 +0000 (11:02 +0000)
committerDavid Bremner <david@tethera.net>
Mon, 23 Nov 2015 12:36:52 +0000 (08:36 -0400)
commit3270eea39f048bc72df1f16bfa1300d7db169a1b
treef119a095554d28f2495e86ece3b97bbefa8a29f6
parent1432a4f946e0f236179b53ac71d03764da725f33
emacs: hello: fix accidental modification of widget-keymap

In emacs24 we use make-composed-keymap. It seems that if only a single
map is specified then emacs just resuses it rather than creating a
copy of it. Thus use make-sparse-keymap to force a copy.
emacs/notmuch-hello.el