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

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

[elpa] externals/embark 9225d8817e 1/4: Restore erroneously deleted comm


From: ELPA Syncer
Subject: [elpa] externals/embark 9225d8817e 1/4: Restore erroneously deleted comment
Date: Sun, 17 Apr 2022 20:57:30 -0400 (EDT)

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

    Restore erroneously deleted comment
---
 embark.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/embark.el b/embark.el
index 111cb92265..4645a41451 100644
--- a/embark.el
+++ b/embark.el
@@ -1751,9 +1751,9 @@ arguments are passed to the hooks as keyword arguments."
   "Perform ACTION injecting the TARGET.
 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
+  (if (memq action '(embark-become       ; these actions should run in
+                     embark-collect      ; the current buffer, not the
+                     embark-live         ; target buffer
                      embark-export
                      embark-act-all))
       (command-execute action)



reply via email to

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