[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/embark d2294221ac 2/7: Also run around action hounds fo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/embark d2294221ac 2/7: Also run around action hounds for multitarget actions |
Date: |
Wed, 6 Dec 2023 12:58:01 -0500 (EST) |
branch: externals/embark
commit d2294221acf06b3ac2e3d88909cdf7b3ee20e7fd
Author: Omar Antolín Camarena <omar.antolin@gmail.com>
Commit: Omar Antolín Camarena <omar.antolin@gmail.com>
Also run around action hounds for multitarget actions
---
embark.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/embark.el b/embark.el
index da9e6e185a..5630528b28 100644
--- a/embark.el
+++ b/embark.el
@@ -2087,7 +2087,8 @@ minibuffer before executing the action."
(unwind-protect
(let ((current-prefix-arg prefix)
(default-directory directory))
- (funcall action argument))
+ (embark--run-around-action-hooks
+ action target quit))
(embark--run-action-hooks embark-post-action-hooks
action target quit))))))))
(setq prefix-arg nil)
- [elpa] externals/embark updated (b24295ea88 -> 95517246d8), ELPA Syncer, 2023/12/06
- [elpa] externals/embark bb4757acf4 1/7: Add alist of filepath extraction functions for various types, ELPA Syncer, 2023/12/06
- [elpa] externals/embark d2294221ac 2/7: Also run around action hounds for multitarget actions,
ELPA Syncer <=
- [elpa] externals/embark c40d538709 3/7: DWIM behavior for consult async search commands, ELPA Syncer, 2023/12/06
- [elpa] externals/embark a05b77f490 6/7: Document new consult async dwim behavior, ELPA Syncer, 2023/12/06
- [elpa] externals/embark 95517246d8 7/7: Merge branch 'consult-grep-dwim', ELPA Syncer, 2023/12/06
- [elpa] externals/embark a1df6a93c0 4/7: if a buffer is visiting a file, that's the associated file, ELPA Syncer, 2023/12/06
- [elpa] externals/embark 6c44abb5d1 5/7: Allow multitarget actions to use around hooks, ELPA Syncer, 2023/12/06