diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-11-08 20:02:45 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-11-11 20:12:48 -0400 |
| commit | bad0549da4ad7ae0d9788e5c3f08f7c7a2b7cb59 (patch) | |
| tree | 25c7bea4280bf11fcd11d134eb77567ac9066a0e | |
| parent | 900ee94b0f4f48ee536bd2e9bd6bb2dfc661d615 (diff) | |
emacs: silence byte-compiler
| -rw-r--r-- | emacs/notmuch-tree.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index f342f85a..7b1e34ca 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -42,6 +42,11 @@ (declare-function notmuch-search-find-thread-id "notmuch" (&optional bare)) (declare-function notmuch-search-find-subject "notmuch" ()) +;; For `notmuch-tree-next-thread-from-search'. +(declare-function notmuch-search-next-thread "notmuch" ()) +(declare-function notmuch-search-previous-thread "notmuch" ()) +(declare-function notmuch-tree-from-search-thread "notmuch" ()) + ;; the following variable is defined in notmuch.el (defvar notmuch-search-query-string) |
