emacs: Fix some function declarations

This commit is contained in:
Jonas Bernoulli 2020-08-08 13:49:46 +02:00 committed by David Bremner
parent a2388bc56e
commit 82390b2807

View file

@ -32,9 +32,10 @@
(require 'notmuch-lib)
(declare-function notmuch-search-tag "notmuch" tag-changes)
(declare-function notmuch-show-tag "notmuch-show" tag-changes)
(declare-function notmuch-tree-tag "notmuch-tree" tag-changes)
(declare-function notmuch-search-tag "notmuch"
(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")