branch: externals/frog-menu
commit e2e7d7f7f45cba1a03cf7ca37aa13f9daea6e96c
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>

    Replace obsoleted function
---
 frog-menu.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frog-menu.el b/frog-menu.el
index dad0a0f..f2d797c 100644
--- a/frog-menu.el
+++ b/frog-menu.el
@@ -510,7 +510,7 @@ Returns window of displayed buffer."
 
 
 (defun frog-menu--get-avy-candidates (&optional b w start end)
-  "Return candidates to be passed to `avy--process'.
+  "Return candidates to be passed to `avy-process'.
 
 B is the buffer of the candidates and defaults to the current
 one. W is the window where the candidates can be found and
@@ -601,7 +601,7 @@ ACTIONS is the argument of `frog-menu-read'."
                (avy-style 'at-full)
                (avy-action #'identity)
                (pos (with-selected-window window
-                      (avy--process
+                      (avy-process
                        candidates
                        (avy--style-fn avy-style)))))
           (cond ((number-or-marker-p pos)

Reply via email to