mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: company: remove two build warnings
This adds two defvars to avoid two build warnings in the notmuch emacs
code. These were both introduced (by me) in commit 827c28a0
.
This commit is contained in:
parent
3e21b22c32
commit
9916dea473
1 changed files with 2 additions and 0 deletions
|
@ -37,12 +37,14 @@
|
|||
(declare-function company-mode "company")
|
||||
(declare-function company-manual-begin "company")
|
||||
(defvar company-backends)
|
||||
(defvar company-idle-delay)
|
||||
|
||||
(declare-function notmuch-address-harvest "notmuch-address")
|
||||
(declare-function notmuch-address-harvest-trigger "notmuch-address")
|
||||
(declare-function notmuch-address-matching "notmuch-address")
|
||||
(declare-function notmuch-address--harvest-ready "notmuch-address")
|
||||
(defvar notmuch-address-completion-headers-regexp)
|
||||
(defvar notmuch-address-command)
|
||||
|
||||
;;;###autoload
|
||||
(defun notmuch-company-setup ()
|
||||
|
|
Loading…
Reference in a new issue