From: Eric Anholt Date: Wed, 25 Nov 2009 22:14:20 +0000 (-0800) Subject: notmuch.el: Require message mode to avoid undefined function in replies. X-Git-Tag: 0.1~309 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f0bb5e9c3e65e858fbb269a36142cb0afbe4698f 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. --- 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)))