X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=acd48c9bc2b56b59b32bb5df4a3d956522acddc3;hp=71487bd97b8795b71747594f98bcd54ed821a976;hb=20b2ae12183a5be79d2f3d8da7943bc358e8202c;hpb=b264a49be3dccb7d110eae6420019a052f1f665b diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 71487bd9..acd48c9b 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -702,7 +702,6 @@ with `notmuch-hello-query-counts'." ;; that when we modify map it does not modify widget-keymap). (let ((map (make-composed-keymap (list (make-sparse-keymap) widget-keymap)))) (set-keymap-parent map notmuch-common-keymap) - (define-key map (kbd "") 'widget-backward) map) "Keymap for \"notmuch hello\" buffers.")