From: Jonas Bernoulli Date: Mon, 19 Jul 2021 11:31:06 +0000 (+0200) Subject: emacs: add some function declarations X-Git-Tag: archive/debian/0.34_rc0-1~75 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f01df47ce11f67dfe746f9b2bb3a4384d1c9ced0 emacs: add some function declarations --- diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index 0dc23fb9..6a276928 100644 --- a/emacs/notmuch-jump.el +++ b/emacs/notmuch-jump.el @@ -25,6 +25,10 @@ (require 'notmuch-lib) (require 'notmuch-hello) +(declare-function notmuch-search "notmuch") +(declare-function notmuch-tree "notmuch-tree") +(declare-function notmuch-unthreaded "notmuch-tree") + ;;;###autoload (defun notmuch-jump-search () "Jump to a saved search by shortcut key.