branch: master
commit 5a856d7d892fa45662748410bc4a665ba0b04668
Author: Nikita Leshenko <[email protected]>
Commit: Nikita Leshenko <[email protected]>

    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