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

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

[elpa] master afeda97 198/399: counsel.el (counsel-company): Add :caller


From: Oleh Krehel
Subject: [elpa] master afeda97 198/399: counsel.el (counsel-company): Add :caller
Date: Sat, 20 Jul 2019 14:57:22 -0400 (EDT)

branch: master
commit afeda971684928f049e8bbc3b39d912515458b7d
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el (counsel-company): Add :caller
    
    Fixes #2051
---
 counsel.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index c74bf81..269a19f 100644
--- a/counsel.el
+++ b/counsel.el
@@ -404,7 +404,8 @@ Update the minibuffer with the amount of lines collected 
every
       (setq ivy-completion-end (match-end 0)))
     (ivy-read "company cand: " company-candidates
               :action #'ivy-completion-in-region-action
-              :unwind #'company-abort)))
+              :unwind #'company-abort
+              :caller 'counsel-company)))
 
 ;;** `counsel-irony'
 (declare-function irony-completion-candidates-async "ext:irony-completion")



reply via email to

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