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


No differences found