X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=4a9223e4dfa8f1f0e95c76e10219a8f1a1863581;hb=eb80315d5a191569c2a9445e55bec196596ef2b0;hp=2a87ab92ca5261013e6407914f2413256ed3fbf3;hpb=f99ad42da03afd638bfdfdea92d1cbdd3b510b8f;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 2a87ab92..4a9223e4 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -232,7 +232,7 @@ For a mouse binding, return nil." "Exit the search buffer, calling any defined continuation function." (interactive) (let ((continuation notmuch-search-continuation)) - (kill-this-buffer) + (notmuch-kill-this-buffer) (when continuation (funcall continuation)))) @@ -824,7 +824,7 @@ same relative position within the new buffer." (target-thread (notmuch-search-find-thread-id)) (query notmuch-search-query-string) (continuation notmuch-search-continuation)) - (kill-this-buffer) + (notmuch-kill-this-buffer) (notmuch-search query oldest-first target-thread target-line continuation) (goto-char (point-min))))