]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: silence byte-compiler
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 8 Nov 2020 19:02:45 +0000 (20:02 +0100)
committerDavid Bremner <david@tethera.net>
Thu, 12 Nov 2020 00:12:48 +0000 (20:12 -0400)
emacs/notmuch-tree.el

index f342f85aadd89bc5c9300426629c35124fa67f2c..7b1e34ca994dfa72801d839b3b9a95266ece5cd4 100644 (file)
 (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)