branch: master commit 152b07fe5abe28e803adfe5bb0847dab935e8baa Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
avy.el (avy-process): Return res --- avy.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/avy.el b/avy.el index 7b0929d..ce7fba9 100644 --- a/avy.el +++ b/avy.el @@ -850,7 +850,8 @@ multiple OVERLAY-FN invocations." (funcall (or avy-action 'avy-action-goto) (if (consp res) (car res) - res)))))) + res)) + res)))) (define-obsolete-function-alias 'avy--process 'avy-process "0.4.0")