projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb1a345
)
notmuch.el: Require message mode to avoid undefined function in replies.
author
Eric Anholt
<eric@anholt.net>
Wed, 25 Nov 2009 22:14:20 +0000
(14:14 -0800)
committer
Carl 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
patch
|
blob
|
history
diff --git
a/notmuch.el
b/notmuch.el
index e9786c0b28885c86e2a62b24f06296bc19ac380e..d6350ebe78a1240b94c7793b9aa39da4e29ae7a6 100644
(file)
--- 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)))