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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark 06d5caafd5: Fix bug keeping embark-live from run


From: ELPA Syncer
Subject: [elpa] externals/embark 06d5caafd5: Fix bug keeping embark-live from running in minibuffer
Date: Tue, 29 Mar 2022 01:57:28 -0400 (EDT)

branch: externals/embark
commit 06d5caafd58db6b6d7fa14cf8b6f7336486b92ca
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Fix bug keeping embark-live from running in minibuffer
---
 embark.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/embark.el b/embark.el
index 29d8b4fa67..48d5e4e80b 100644
--- a/embark.el
+++ b/embark.el
@@ -1751,6 +1751,7 @@ If called from a minibuffer with non-nil QUIT, quit the
 minibuffer before executing the action."
   (if (memq action '(embark-become       ; these actions should not
                      embark-collect
+                     embark-live
                      embark-export
                      embark-act-all))
       (command-execute action)



reply via email to

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