X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=e58dd24e3460ae445d9e218ca97d201e10f7ebcd;hb=7171e77d4d1e83fdf9c7a56987b98bce3f181598;hp=4b6a90dbc0ecc3e5a334c3a68d301e451c57fa46;hpb=c7189ed607f2715d60133743bf616011796c7e14;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 4b6a90db..e58dd24e 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -294,7 +294,7 @@ should be. Returns a cons cell `(tags-per-line width)'." (define-key map "v" '(lambda () "Display the notmuch version" (interactive) (message "notmuch version %s" (notmuch-version)))) (define-key map "?" 'notmuch-help) - (define-key map "q" 'kill-this-buffer) + (define-key map "q" 'notmuch-kill-this-buffer) (define-key map "=" 'notmuch-hello-update) (define-key map "G" 'notmuch-hello-poll-and-update) (define-key map (kbd "") 'widget-backward)