]> git.notmuchmail.org Git - notmuch/commit
emacs: Autoload notmuch-jump using an autoload cookie
authorJonas Bernoulli <jonas@bernoul.li>
Sat, 8 Aug 2020 11:49:52 +0000 (13:49 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 10 Aug 2020 00:14:36 +0000 (21:14 -0300)
commit73cc4105aa27f13464fcfdfe958e553842395789
tree190cdfbad88243fdfd66291bacafc3e2b2ca212f
parentc2e9ec17fd46e67c7cf1f06d4c6da2ed59da34d9
emacs: Autoload notmuch-jump using an autoload cookie

Doing that is better than using an `autoload' form because the latter
may result in dependencies getting hidden and indeed it turns out we
have to declare `notmuch-jump' in "notmuch-tag.el".
emacs/notmuch-jump.el
emacs/notmuch-tag.el