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

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

[elpa] master 5a856d7 13/66: backend: Remove pre-completion command


From: Dmitry Gutov
Subject: [elpa] master 5a856d7 13/66: backend: Remove pre-completion command
Date: Mon, 5 Nov 2018 18:19:14 -0500 (EST)

branch: master
commit 5a856d7d892fa45662748410bc4a665ba0b04668
Author: Nikita Leshenko <address@hidden>
Commit: Nikita Leshenko <address@hidden>

    backend: Remove pre-completion command
    
    It isn't used and was never used in the company codebase
---
 company.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/company.el b/company.el
index 4c79f59..cbe3781 100644
--- a/company.el
+++ b/company.el
@@ -1629,7 +1629,6 @@ prefix match (same case) will be prioritized."
       ;; `company-completion-finished-hook' in that case, with right argument.
       (if (stringp result)
           (let ((company-backend backend))
-            (company-call-backend 'pre-completion result)
             (run-hook-with-args 'company-completion-finished-hook result)
             (company-call-backend 'post-completion result))
         (run-hook-with-args 'company-completion-cancelled-hook result))))



reply via email to

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