[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/avy 6f9eefadc9 29/31: avy.el (avy-process): Assume avy-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/avy 6f9eefadc9 29/31: avy.el (avy-process): Assume avy-action-oneshot will be let-bound |
Date: |
Mon, 13 Feb 2023 21:57:28 -0500 (EST) |
branch: externals/avy
commit 6f9eefadc99cde05e96d0e48ffc3f96ee962eb22
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@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)
- [elpa] externals/avy 2dde8b71a0 23/31: avy.el (avy-process): Add autoload, (continued)
- [elpa] externals/avy 2dde8b71a0 23/31: avy.el (avy-process): Add autoload, ELPA Syncer, 2023/02/13
- [elpa] externals/avy e92cb37457 25/31: avy.el (avy-transpose-lines-in-region): Add, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 6b53033883 26/31: Add GNU ELPA badge to README.md, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 955c8dedd6 30/31: avy.el (avy--overlay): Avoid error on empty string, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 9b1f0bc427 31/31: Merge remote-tracking branch 'refs/remotes/upstream/avy/main' into elpa--merge/avy, ELPA Syncer, 2023/02/13
- [elpa] externals/avy aadca9308a 03/31: avy.el (avy-resume): Work better for avy-goto-timer, ELPA Syncer, 2023/02/13
- [elpa] externals/avy ba5f035be3 27/31: Fix two byte-compiler warnings, ELPA Syncer, 2023/02/13
- [elpa] externals/avy acf553cae2 20/31: avy.el (avy--overlay-pre): Fix conflict with visual-line-mode, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 36a48baa2c 21/31: avy.el (avy-goto-char-2): Allow backspace, ELPA Syncer, 2023/02/13
- [elpa] externals/avy fd7b02f556 28/31: Add `avy-action-oneshot` variable to redefine avy-action locally, ELPA Syncer, 2023/02/13
- [elpa] externals/avy 6f9eefadc9 29/31: avy.el (avy-process): Assume avy-action-oneshot will be let-bound,
ELPA Syncer <=