From 152b07fe5abe28e803adfe5bb0847dab935e8baa Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Fri, 22 Mar 2019 13:01:18 +0100 Subject: [PATCH] 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")