]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: company: remove two build warnings
authorMark Walters <markwalters1009@gmail.com>
Sat, 28 Jan 2017 10:19:58 +0000 (10:19 +0000)
committerDavid Bremner <david@tethera.net>
Thu, 23 Feb 2017 12:55:10 +0000 (08:55 -0400)
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

index dca6471beac1998338ca5a85843e1847bcefa996..3e12e7a9f729984899dc32e5cbf2cb1b8e930710 100644 (file)
 (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 ()