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

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

[elpa] externals/ivy-posframe d6b5f3c 3/3: ivy-posframe--swiper--avy-got


From: Feng Shu
Subject: [elpa] externals/ivy-posframe d6b5f3c 3/3: ivy-posframe--swiper--avy-goto -> ivy-posframe--swiper-avy-goto
Date: Sat, 3 Oct 2020 08:54:11 -0400 (EDT)

branch: externals/ivy-posframe
commit d6b5f3c9d1ee1fcf0f5efb48340286b6665114ff
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    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

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