]> git.notmuchmail.org Git - notmuch/commit
Don't use kill-this-buffer to kill notmuch emacs buffers
authorJameson Rollins <jrollins@finestructure.net>
Sat, 6 Nov 2010 20:49:28 +0000 (16:49 -0400)
committerCarl Worth <cworth@cworth.org>
Mon, 8 Nov 2010 17:02:54 +0000 (09:02 -0800)
commit7171e77d4d1e83fdf9c7a56987b98bce3f181598
tree4aee0fc92d09439b66b6762a3c14e6edd7cc0efe
parentc7189ed607f2715d60133743bf616011796c7e14
Don't use kill-this-buffer to kill notmuch emacs buffers

kill-this-buffer appears to be a function intended specifically for
use in the menu bar, and causes problem killing notmuch buffers when
multiple frames have been used.  This patch replaces kill-this-buffer
with notmuch-kill-this-buffer, which in turn just simply calls
(kill-buffer (current-buffer)).
emacs/notmuch-hello.el
emacs/notmuch-lib.el
emacs/notmuch-show.el
emacs/notmuch.el