From: David Edmondson Date: Wed, 22 Oct 2014 06:05:33 +0000 (+0100) Subject: emacs: notmuch-jump.el should provide. X-Git-Tag: 0.19_rc1~30 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=961937988e5c8947ddabdaa34454309912fc809b emacs: notmuch-jump.el should provide. To ease loading, notmuch-jump.el should provide 'notmuch-jump. --- 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)