mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 06:42:26 +00:00
avy.el (avy-process): Return res
This commit is contained in:
3
avy.el
3
avy.el
@@ -850,7 +850,8 @@ multiple OVERLAY-FN invocations."
|
|||||||
(funcall (or avy-action 'avy-action-goto)
|
(funcall (or avy-action 'avy-action-goto)
|
||||||
(if (consp res)
|
(if (consp res)
|
||||||
(car res)
|
(car res)
|
||||||
res))))))
|
res))
|
||||||
|
res))))
|
||||||
|
|
||||||
(define-obsolete-function-alias 'avy--process 'avy-process
|
(define-obsolete-function-alias 'avy--process 'avy-process
|
||||||
"0.4.0")
|
"0.4.0")
|
||||||
|
|||||||
Reference in New Issue
Block a user