aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Eric Anholt <eric@anholt.net>2009-11-25 14:14:20 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-27 19:45:36 -0800
commitf0bb5e9c3e65e858fbb269a36142cb0afbe4698f (patch)
treed388d6a3a0bb364d07cc0220ce4f290fe881f277 /notmuch.el
parentfb1a3452dac707f7f4dfb359452c102bfcd2c18f (diff)
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.
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/notmuch.el b/notmuch.el
index e9786c0b..d6350ebe 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -49,6 +49,7 @@
(require 'cl)
(require 'mm-view)
+(require 'message)
(defvar notmuch-show-mode-map
(let ((map (make-sparse-keymap)))