branch: externals/objed
commit 56d3906306a089fc4b358fb30cef19d62dc8647c
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Drop obsolete avy--process function
---
objed-objects.el | 4 ++--
objed.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/objed-objects.el b/objed-objects.el
index e870c2d..22c29d5 100644
--- a/objed-objects.el
+++ b/objed-objects.el
@@ -32,7 +32,7 @@
;; info for byte-comp
(defvar objed-map)
(defvar objed-object-map)
-(declare-function avy--process "ext:avy")
+(declare-function avy-process "ext:avy")
(declare-function avy--style-fn "ext:avy")
(declare-function avy-goto-char "ext:avy")
(declare-function stripe-buffer-mode "ext:stripe-buffer")
@@ -907,7 +907,7 @@ Start at pos START. Default to forward unless BACK is
non-nil."
(save-excursion
(cond (posns
(let ((pos (if (> (length posns) 1)
- (avy--process posns (avy--style-fn avy-style))
+ (avy-process posns (avy--style-fn avy-style))
(caar posns))))
(when (integer-or-marker-p pos)
(objed--get back pos))))
diff --git a/objed.el b/objed.el
index c963a30..d127800 100644
--- a/objed.el
+++ b/objed.el
@@ -425,7 +425,7 @@ To avoid loading `avy' set this var before activating
`objed-mode.'"
(declare-function which-key-description-order "ext:which-key")
(declare-function which-key--create-buffer-and-show "ext:which-key")
(declare-function which-key--hide-popup "ext:which-key")
-(declare-function avy--process "ext:avy")
+(declare-function avy-process "ext:avy")
(declare-function avy--style-fn "ext:avy")
(declare-function avy-goto-char "ext:avy")
(declare-function edit-indirect-region "ext:edit-indirect")
@@ -2454,7 +2454,7 @@ which should be searched for candidates and default to
(point))))))
(cond (posns
(if (> (length posns) 1)
- (avy--process
+ (avy-process
posns (avy--style-fn avy-style))
(goto-char (caar posns)))
(if obj