From 9916dea47319745632d7c0b61e5572ee559108ad Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Sat, 28 Jan 2017 10:19:58 +0000 Subject: [PATCH] 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. --- emacs/notmuch-company.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/notmuch-company.el b/emacs/notmuch-company.el index dca6471b..3e12e7a9 100644 --- a/emacs/notmuch-company.el +++ b/emacs/notmuch-company.el @@ -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 () -- 2.43.0