diff options
| author | Eric Anholt <eric@anholt.net> | 2009-11-25 14:14:20 -0800 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2009-11-27 19:45:36 -0800 |
| commit | f0bb5e9c3e65e858fbb269a36142cb0afbe4698f (patch) | |
| tree | d388d6a3a0bb364d07cc0220ce4f290fe881f277 | |
| parent | fb1a3452dac707f7f4dfb359452c102bfcd2c18f (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.
| -rw-r--r-- | notmuch.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ (require 'cl) (require 'mm-view) +(require 'message) (defvar notmuch-show-mode-map (let ((map (make-sparse-keymap))) |
