[notmuch] [PATCH 1/9] Explicitly require the message library

Subject: [notmuch] [PATCH 1/9] Explicitly require the message library

Date: Fri, 27 Nov 2009 05:30:07 -0800

To: notmuch@notmuchmail.org

Cc: Keith Amidon

From: camalot@picnicpark.org


From: Keith Amidon <keith@nicira.com>

Functions provided by the message library were being used without
ensuring it was loaded.
---
 notmuch.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/notmuch.el b/notmuch.el
index d7c973c..a1efa4f 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)))
-- 
1.6.5.3


Thread: