emacs: notmuch-jump.el should provide.

To ease loading, notmuch-jump.el should provide 'notmuch-jump.
This commit is contained in:
David Edmondson 2014-10-22 07:05:33 +01:00 committed by David Bremner
parent 70f15b37fb
commit 961937988e

View file

@ -170,3 +170,7 @@ buffer."
(setq notmuch-jump--action ',(third action)) (setq notmuch-jump--action ',(third action))
(exit-minibuffer)))) (exit-minibuffer))))
map)) map))
;;
(provide 'notmuch-jump)