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

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

[elpa] externals/embark 81520eb69e: Remove incorrect duplicate hook for


From: ELPA Syncer
Subject: [elpa] externals/embark 81520eb69e: Remove incorrect duplicate hook for shell-command-on-region
Date: Wed, 29 Dec 2021 15:57:30 -0500 (EST)

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

    Remove incorrect duplicate hook for shell-command-on-region
    
    Thanks to @kljohann for reporting this!
---
 embark.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/embark.el b/embark.el
index 752d75b7c3..c9b661c9a5 100644
--- a/embark.el
+++ b/embark.el
@@ -394,7 +394,6 @@ replaced by the single `embark-allow-edit-actions' 
variable."
 (defcustom embark-target-injection-hooks
   '((async-shell-command embark--allow-edit embark--shell-prep)
     (shell-command embark--allow-edit embark--shell-prep)
-    (shell-command-on-region embark--allow-edit)
     (pp-eval-expression embark--eval-prep)
     (package-delete embark--force-complete)
     ;; commands evaluating code found in the buffer, which may in turn prompt



reply via email to

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