diff options
| author | David Bremner <david@tethera.net> | 2021-07-06 22:35:30 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-07-13 09:55:00 -0300 |
| commit | d8a5fba4fe1efd7d0d652ead6d55371bc4078a9d (patch) | |
| tree | 537ed723697ee69c371542aec81d254b66718991 /emacs/notmuch-hello.el | |
| parent | 04f378e673852ade100c54318124ff8c22f857b6 (diff) | |
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.
Diffstat (limited to 'emacs/notmuch-hello.el')
| -rw-r--r-- | emacs/notmuch-hello.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
