emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company f481c1e1fc 3/3: #1270 Define aliasing directly


From: ELPA Syncer
Subject: [elpa] externals/company f481c1e1fc 3/3: #1270 Define aliasing directly to the latest names
Date: Sat, 8 Jan 2022 21:57:20 -0500 (EST)

branch: externals/company
commit f481c1e1fc95b18e63063f06c1a6979ff986d6d5
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    #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

[Prev in Thread] Current Thread [Next in Thread]