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

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

[elpa] externals/frog-menu e2e7d7f 2/3: Replace obsoleted function


From: Stefan Monnier
Subject: [elpa] externals/frog-menu e2e7d7f 2/3: Replace obsoleted function
Date: Wed, 17 Mar 2021 18:43:21 -0400 (EDT)

branch: externals/frog-menu
commit e2e7d7f7f45cba1a03cf7ca37aa13f9daea6e96c
Author: Clemens Radermacher <clemera@posteo.net>
Commit: Clemens Radermacher <clemera@posteo.net>

    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

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