From f0bb5e9c3e65e858fbb269a36142cb0afbe4698f Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 25 Nov 2009 14:14:20 -0800 Subject: [PATCH] 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. --- notmuch.el | 1 + 1 file changed, 1 insertion(+) 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))) -- 2.43.0