]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Require message mode to avoid undefined function in replies.
authorEric Anholt <eric@anholt.net>
Wed, 25 Nov 2009 22:14:20 +0000 (14:14 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 28 Nov 2009 03:45:36 +0000 (19:45 -0800)
Otherwise, those without keithp's .emacs would end up with reply mode
not being entered.  Suggested by keithp.

notmuch.el

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