From: Jonas Bernoulli Date: Sat, 8 Aug 2020 11:49:47 +0000 (+0200) Subject: emacs: No longer define notmuch-hello-mode-map as a function X-Git-Tag: 0.31_rc0~33 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=14c4533c43ce319a8ba353f41e8c2f6be31164aa emacs: No longer define notmuch-hello-mode-map as a function It was defined as such for a decade; ever since a56010ac8b89a2489eee5c78469f05cee85ec858 but there wasn't a reason to do that then nor is there now. --- diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index c17b46bc..876d8ef1 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -687,7 +687,6 @@ with `notmuch-hello-query-counts'." (define-key map (kbd "") '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.