From: David Bremner Date: Wed, 7 Jul 2021 01:35:30 +0000 (-0300) Subject: emacs: update declaration of notmuch-tree X-Git-Tag: archive/debian/0.33_rc0-1~29 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=d8a5fba4fe1efd7d0d652ead6d55371bc4078a9d emacs: update declaration of notmuch-tree This fixes an a warning from the byte-compiler. The commit 74ab62a34018b38a40db4d363fff3faae964b47a changed the function signature but did not update the declaration. --- diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 5e1ff5fe..1e66555b 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -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))