Re: [Patch v5 3/3] Emacs: Add address completion based on company-mode

Subject: Re: [Patch v5 3/3] Emacs: Add address completion based on company-mode

Date: Fri, 23 Oct 2015 21:35:41 -0300

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


David Bremner <david@tethera.net> writes:

> +;;;###autoload
> +(add-hook 'notmuch-message-mode-hook '(lambda ()
> +					(company-mode)
> +					(make-local-variable 'company-backends)
> +					(setq company-backends '(notmuch-company))))
> +
> +(provide 'notmuch-company)
> -- 

I know I just sent this message a few minutes ago, but I didn't write it
;).  Why is this second autoload cookie here? this means that in
principle this form will end up in the autoloads file.

Thread: