mu4e: Do not defvar abbrev tables
I'm not quite sure why it was done in the first place, and it seems to have unwanted side-effects. So let's turn it off and see if anything breaks. Fixes: #2146.
This commit is contained in:
@ -111,10 +111,8 @@ no unread messages.")
|
||||
(define-key map "N" 'mu4e-news)
|
||||
(define-key map "H" 'mu4e-display-manual)
|
||||
map)
|
||||
|
||||
"Keymap for the *mu4e-main* buffer.")
|
||||
|
||||
(defvar mu4e-main-mode-abbrev-table nil)
|
||||
(define-derived-mode mu4e-main-mode special-mode "mu4e:main"
|
||||
"Major mode for the mu4e main screen.
|
||||
\\{mu4e-main-mode-map}."
|
||||
|
||||
Reference in New Issue
Block a user