X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=e58dd24e3460ae445d9e218ca97d201e10f7ebcd;hp=4b6a90dbc0ecc3e5a334c3a68d301e451c57fa46;hb=7ca4db2b46dc843b8294d7ff44dced9f74c81c1e;hpb=ee578338a691bb948a00d9372f9fe2b898f2b267 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)