mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: add some function declarations
This commit is contained in:
parent
27c8e377e4
commit
f01df47ce1
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue