mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48: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-lib)
|
||||||
(require 'notmuch-hello)
|
(require 'notmuch-hello)
|
||||||
|
|
||||||
|
(declare-function notmuch-search "notmuch")
|
||||||
|
(declare-function notmuch-tree "notmuch-tree")
|
||||||
|
(declare-function notmuch-unthreaded "notmuch-tree")
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun notmuch-jump-search ()
|
(defun notmuch-jump-search ()
|
||||||
"Jump to a saved search by shortcut key.
|
"Jump to a saved search by shortcut key.
|
||||||
|
|
Loading…
Reference in a new issue