mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
emacs: silence byte-compiler
This commit is contained in:
parent
900ee94b0f
commit
bad0549da4
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@
|
||||||
(declare-function notmuch-search-find-thread-id "notmuch" (&optional bare))
|
(declare-function notmuch-search-find-thread-id "notmuch" (&optional bare))
|
||||||
(declare-function notmuch-search-find-subject "notmuch" ())
|
(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
|
;; the following variable is defined in notmuch.el
|
||||||
(defvar notmuch-search-query-string)
|
(defvar notmuch-search-query-string)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue