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

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

[elpa] externals/ivy-hydra 7b9391f 320/395: ivy-avy.el: Fix typo


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 7b9391f 320/395: ivy-avy.el: Fix typo
Date: Thu, 25 Feb 2021 08:32:29 -0500 (EST)

branch: externals/ivy-hydra
commit 7b9391fbbbe56b4431f5988206bc6437ee0105cc
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    ivy-avy.el: Fix typo
---
 ivy-avy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-avy.el b/ivy-avy.el
index b4fe0e8..8f0ad03 100644
--- a/ivy-avy.el
+++ b/ivy-avy.el
@@ -100,7 +100,7 @@
            res)
       (while (eq (setq res (avy-process (ivy-avy--candidates))) t))
       (when res
-        (ivy--avy-action res)))))
+        (ivy-avy--action res)))))
 
 (put 'ivy-avy 'no-counsel-M-x t)
 (define-key ivy-minibuffer-map (kbd "C-'") 'ivy-avy)



reply via email to

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