From bace6dddd2cda7fc6c1727fb5b633aa2d5e6e278 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 23 Oct 2019 10:18:44 +0900 Subject: [PATCH] autoload company-pcomplete-available This function is called from the eshell module Signed-off-by: Rudi Grinberg --- modules/term/eshell/autoload/company.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/term/eshell/autoload/company.el b/modules/term/eshell/autoload/company.el index 6086f7424..1d24cf99a 100644 --- a/modules/term/eshell/autoload/company.el +++ b/modules/term/eshell/autoload/company.el @@ -34,6 +34,7 @@ (concat prefix (substring cand skip))) cnds))) +;;;###autoload (defun company-pcomplete-available () (when (eq company-pcomplete-available 'unknown) (condition-case _err