emacs-elpa-diffs
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]