autoload company-pcomplete-available
This function is called from the eshell module Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
parent
373d920715
commit
bace6dddd2
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
(concat prefix (substring cand skip)))
|
(concat prefix (substring cand skip)))
|
||||||
cnds)))
|
cnds)))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun company-pcomplete-available ()
|
(defun company-pcomplete-available ()
|
||||||
(when (eq company-pcomplete-available 'unknown)
|
(when (eq company-pcomplete-available 'unknown)
|
||||||
(condition-case _err
|
(condition-case _err
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue