From 6f9eefadc99cde05e96d0e48ffc3f96ee962eb22 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Sat, 10 Sep 2022 20:57:38 +0200 Subject: [PATCH] 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 9e411f5..80f9a41 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)