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

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

[elpa] master 0cdcd07 27/66: company-capf: Pass `sole' or 'finished' to


From: Dmitry Gutov
Subject: [elpa] master 0cdcd07 27/66: company-capf: Pass `sole' or 'finished' to exit-function, not `exact'
Date: Tue, 13 Jan 2015 02:44:52 +0000

branch: master
commit 0cdcd07bf7799f65bf14a613e8e1f4f1baef6208
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    company-capf: Pass `sole' or 'finished' to exit-function, not `exact'
---
 company-capf.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company-capf.el b/company-capf.el
index 1a0e9ec..4962a26 100644
--- a/company-capf.el
+++ b/company-capf.el
@@ -145,7 +145,7 @@
            ;; Follow the example of `completion--done'.
            (funcall exit-function arg
                     (if (eq (try-completion arg table pred) t)
-                        'finished 'exact)))))
+                        'finished 'sole)))))
     ))
 
 (provide 'company-capf)



reply via email to

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