]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
emacs: notmuch-jump.el should provide.
authorDavid Edmondson <dme@dme.org>
Wed, 22 Oct 2014 06:05:33 +0000 (07:05 +0100)
committerDavid Bremner <david@tethera.net>
Sat, 25 Oct 2014 17:55:16 +0000 (19:55 +0200)
To ease loading, notmuch-jump.el should provide 'notmuch-jump.

emacs/notmuch-jump.el

index 05ec57ec5e13aeb2071f5a2a9282ad63bb3af793..20e24b252630fe2992092cbeac8e8f606f27f1c9 100644 (file)
@@ -170,3 +170,7 @@ buffer."
           (setq notmuch-jump--action ',(third action))
           (exit-minibuffer))))
     map))
+
+;;
+
+(provide 'notmuch-jump)