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

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

[elpa] externals/ivy-hydra af2a5fa 247/395: * counsel.el (counsel-pt): F


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra af2a5fa 247/395: * counsel.el (counsel-pt): Fix counsel-ag usage
Date: Thu, 25 Feb 2021 08:32:12 -0500 (EST)

branch: externals/ivy-hydra
commit af2a5fa4bfb2fb07771dfa9c9b657124a7b8c966
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    * counsel.el (counsel-pt): Fix counsel-ag usage
    
    Re: #2295
    Fixes #2476
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index b837db6..60ff8a1 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3070,7 +3070,7 @@ This uses `counsel-ag' with `counsel-pt-base-command' 
instead of
   (interactive)
   (let ((counsel-ag-base-command counsel-pt-base-command)
         (counsel--grep-tool-look-around nil))
-    (counsel-ag initial-input :caller 'counsel-pt)))
+    (counsel-ag initial-input nil nil nil :caller 'counsel-pt)))
 
 (ivy-configure 'counsel-pt
   :unwind-fn #'counsel--grep-unwind



reply via email to

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