]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: update declaration of notmuch-tree
authorDavid Bremner <david@tethera.net>
Wed, 7 Jul 2021 01:35:30 +0000 (22:35 -0300)
committerDavid Bremner <david@tethera.net>
Tue, 13 Jul 2021 12:55:00 +0000 (09:55 -0300)
This fixes an a warning from the byte-compiler.  The commit
74ab62a34018b38a40db4d363fff3faae964b47a changed the function
signature but did not update the declaration.

emacs/notmuch-hello.el

index 5e1ff5fe0be8de8c599f32673215e199ad040fbb..1e66555b7fc17cb6a2b7c9a755c388ea620a9185 100644 (file)
@@ -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))