branch: externals/avy
commit 6f9eefadc99cde05e96d0e48ffc3f96ee962eb22
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    avy.el (avy-process): Assume avy-action-oneshot will be let-bound
    
    Re #353
---
 avy.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/avy.el b/avy.el
index 9e411f57f6..80f9a412c4 100644
--- a/avy.el
+++ b/avy.el
@@ -894,7 +894,6 @@ multiple OVERLAY-FN invocations."
        (funcall avy-pre-action res)
        (setq res (car res))
        (let ((action (or avy-action avy-action-oneshot 'avy-action-goto)))
-         (setq avy-action-oneshot nil)
          (funcall action
                   (if (consp res)
                       (car res)

Reply via email to