mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: update declaration of notmuch-tree
This fixes an a warning from the byte-compiler. The commit
74ab62a340
changed the function
signature but did not update the declaration.
This commit is contained in:
parent
04f378e673
commit
d8a5fba4fe
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
(declare-function notmuch-poll "notmuch-lib" ())
|
||||
(declare-function notmuch-tree "notmuch-tree"
|
||||
(&optional query query-context target buffer-name
|
||||
open-target unthreaded parent-buffer))
|
||||
open-target unthreaded parent-buffer oldest-first))
|
||||
(declare-function notmuch-unthreaded "notmuch-tree"
|
||||
(&optional query query-context target buffer-name
|
||||
open-target))
|
||||
|
|
Loading…
Reference in a new issue