mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
avy.el (avy-process): Return res
This commit is contained in:
parent
fd0101e9e3
commit
152b07fe5a
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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user