mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch.el: Require message mode to avoid undefined function in replies.
Otherwise, those without keithp's .emacs would end up with reply mode not being entered. Suggested by keithp.
This commit is contained in:
parent
fb1a3452da
commit
f0bb5e9c3e
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
|
||||
(require 'cl)
|
||||
(require 'mm-view)
|
||||
(require 'message)
|
||||
|
||||
(defvar notmuch-show-mode-map
|
||||
(let ((map (make-sparse-keymap)))
|
||||
|
|
Loading…
Reference in a new issue