branch: externals/company
commit f481c1e1fc95b18e63063f06c1a6979ff986d6d5
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    #1270 Define aliasing directly to the latest names
    
    Otherwise the recommendations in the docstrings are out of date.
---
 company.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/company.el b/company.el
index 5f89dae2a5..ebdda21385 100644
--- a/company.el
+++ b/company.el
@@ -576,7 +576,7 @@ this."
 
 (define-obsolete-variable-alias
   'company-auto-complete
-  'company-auto-commit
+  'company-insertion-on-trigger
   "0.9.14")
 
 (define-obsolete-variable-alias
@@ -600,7 +600,7 @@ triggers."
 
 (define-obsolete-variable-alias
   'company-auto-complete-chars
-  'company-auto-commit-chars
+  'company-insertion-triggers
   "0.9.14")
 
 (define-obsolete-variable-alias

Reply via email to