mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Fix some function declarations
This commit is contained in:
parent
a2388bc56e
commit
82390b2807
1 changed files with 4 additions and 3 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue