]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-tag.el
emacs: Autoload notmuch-jump using an autoload cookie
[notmuch] / emacs / notmuch-tag.el
index 1cef17e1796c02c18c99981a6ec45d26bb9a344b..ccc1321f4daf554c855a4c29893dab9d3d08ce68 100644 (file)
@@ -36,8 +36,7 @@
                  (tag-changes &optional beg end only-matched))
 (declare-function notmuch-show-tag "notmuch-show" (tag-changes))
 (declare-function notmuch-tree-tag "notmuch-tree" (tag-changes))
-
-(autoload 'notmuch-jump "notmuch-jump")
+(declare-function notmuch-jump "notmuch-jump" (action-map prompt))
 
 (define-widget 'notmuch-tag-key-type 'list
   "A single key tagging binding."