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

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

[elpa] externals/company f907fb3468 02/24: Fix test failure


From: ELPA Syncer
Subject: [elpa] externals/company f907fb3468 02/24: Fix test failure
Date: Tue, 27 Aug 2024 00:57:42 -0400 (EDT)

branch: externals/company
commit f907fb34684559a37ddabda72635d0b287456a8d
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    Fix test failure
---
 company.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 1d1ec9b2f1..82ed21dd33 100644
--- a/company.el
+++ b/company.el
@@ -2959,7 +2959,8 @@ For use in the `select-mouse' frontend action.  
`let'-bound.")
                                                 (min max-len (length 
company-common)))
                                    company-common)))
             (setq expansion (cons (if (string-prefix-p company-prefix
-                                                       company-common)
+                                                       company-common
+                                                       t)
                                       company-common
                                     company-prefix)
                                   company-suffix))))



reply via email to

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