aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edmondson <dme@dme.org>2014-10-22 07:05:33 +0100
committerDavid Bremner <david@tethera.net>2014-10-25 19:55:16 +0200
commit961937988e5c8947ddabdaa34454309912fc809b (patch)
tree56f11db9b58abe09623eec32050d7c52f9119cc2
parent70f15b37fb226160acea591632b73ebe1e48809c (diff)
emacs: notmuch-jump.el should provide.
To ease loading, notmuch-jump.el should provide 'notmuch-jump.
-rw-r--r--emacs/notmuch-jump.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el
index 05ec57ec..20e24b25 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)