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:
Eric Anholt 2009-11-25 14:14:20 -08:00 committed by Carl Worth
parent fb1a3452da
commit f0bb5e9c3e

View file

@ -49,6 +49,7 @@
(require 'cl)
(require 'mm-view)
(require 'message)
(defvar notmuch-show-mode-map
(let ((map (make-sparse-keymap)))