projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70f15b3
)
emacs: notmuch-jump.el should provide.
author
David Edmondson
<dme@dme.org>
Wed, 22 Oct 2014 06:05:33 +0000
(07:05 +0100)
committer
David 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
patch
|
blob
|
history
diff --git
a/emacs/notmuch-jump.el
b/emacs/notmuch-jump.el
index 05ec57ec5e13aeb2071f5a2a9282ad63bb3af793..20e24b252630fe2992092cbeac8e8f606f27f1c9 100644
(file)
--- 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)