branch: master
commit 1092e2d9ccd4e74a10eb3da6379f6a5042cbee96
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
swiper.el: Update avy--goto -> avy-action-goto
---
swiper.el | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/swiper.el b/swiper.el
index 816d1fe..5b22b78 100644
--- a/swiper.el
+++ b/swiper.el
@@ -108,7 +108,7 @@
(declare-function avy--regex-candidates "ext:avy")
(declare-function avy--process "ext:avy")
(declare-function avy--overlay-post "ext:avy")
-(declare-function avy--goto "ext:avy")
+(declare-function avy-action-goto "ext:avy")
;;;###autoload
(defun swiper-avy ()
@@ -124,7 +124,7 @@
(candidate
(avy--process candidates #'avy--overlay-post)))
(ivy-quit-and-run
- (avy--goto candidate))))))
+ (avy-action-goto candidate))))))
(defun swiper-recenter-top-bottom (&optional arg)
"Call (`recenter-top-bottom' ARG) in `swiper--window'."