summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-08-08 13:49:47 +0200
committerDavid Bremner <david@tethera.net>2020-08-09 20:58:05 -0300
commit14c4533c43ce319a8ba353f41e8c2f6be31164aa (patch)
tree3d9e8e6ac2c7256094c6e2c1a47fa9373e62b80c
parent82390b2807b14c1ab1eabc7ff0e68ccf1dda736e (diff)
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.
-rw-r--r--emacs/notmuch-hello.el1
1 files changed, 0 insertions, 1 deletions
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 "<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.