emacs: No longer define notmuch-hello-mode-map as a function

It was defined as such for a decade; ever since
a56010ac8b but there
wasn't a reason to do that then nor is there now.
This commit is contained in:
Jonas Bernoulli 2020-08-08 13:49:47 +02:00 committed by David Bremner
parent 82390b2807
commit 14c4533c43

View file

@ -687,7 +687,6 @@ with `notmuch-hello-query-counts'."
(define-key map (kbd "<C-tab>") 'widget-backward)
map)
"Keymap for \"notmuch hello\" buffers.")
(fset 'notmuch-hello-mode-map notmuch-hello-mode-map)
(define-derived-mode notmuch-hello-mode fundamental-mode "notmuch-hello"
"Major mode for convenient notmuch navigation. This is your entry portal into notmuch.