branch: externals/ivy-posframe
commit d6b5f3c9d1ee1fcf0f5efb48340286b6665114ff
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    ivy-posframe--swiper--avy-goto -> ivy-posframe--swiper-avy-goto
---
 ivy-posframe.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index da49c9a..5ce54f0 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -448,7 +448,7 @@ This variable is useful for `ivy-posframe-read-action' .")
   (cl-letf (((symbol-function 'swiper--avy-candidates) 
#'ivy-posframe--swiper-avy-candidates))
     (swiper--avy-candidate)))
 
-(defun ivy-posframe--swiper--avy-goto (candidate)
+(defun ivy-posframe--swiper-avy-goto (candidate)
   "Ivy-posframe's `swiper--avy-goto'."
   (cond ((eq (cdr-safe candidate)
              (ivy-posframe--window))
@@ -496,7 +496,7 @@ This variable is useful for `ivy-posframe-read-action' .")
        (let ((swiper-min-highlight 1))
          (swiper--update-input-ivy))))
     (unless (string= ivy-text "")
-      (ivy-posframe--swiper--avy-goto
+      (ivy-posframe--swiper-avy-goto
        (ivy-posframe--swiper-avy-candidate)))))
 
 ;;; Variables

Reply via email to