summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-07-19 13:31:06 +0200
committerDavid Bremner <david@tethera.net>2021-08-29 17:42:58 -0700
commitf01df47ce11f67dfe746f9b2bb3a4384d1c9ced0 (patch)
treed831277b5d145f77cb0f8e60d026993339b62198 /emacs
parent27c8e377e450706fd7f21a15888da277658c48ee (diff)
emacs: add some function declarations
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-jump.el4
1 files changed, 4 insertions, 0 deletions
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.