[PATCH v1] emacs: notmuch-jump.el should provide.

Subject: [PATCH v1] emacs: notmuch-jump.el should provide.

Date: Wed, 22 Oct 2014 07:05:33 +0100

To: notmuch@notmuchmail.org

Cc:

From: David Edmondson


To ease loading, notmuch-jump.el should provide 'notmuch-jump.
---
 emacs/notmuch-jump.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el
index 05ec57e..20e24b2 100644
--- a/emacs/notmuch-jump.el
+++ b/emacs/notmuch-jump.el
@@ -170,3 +170,7 @@ buffer."
 	   (setq notmuch-jump--action ',(third action))
 	   (exit-minibuffer))))
     map))
+
+;;
+
+(provide 'notmuch-jump)
-- 
2.1.1


Thread: