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

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

[elpa] externals/embark df4cdfd497: sort-regexp-fields should ignore the


From: ELPA Syncer
Subject: [elpa] externals/embark df4cdfd497: sort-regexp-fields should ignore the target (fix #465)
Date: Mon, 21 Feb 2022 12:57:26 -0500 (EST)

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

    sort-regexp-fields should ignore the target (fix #465)
---
 embark.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index d4bae51329..2679c2313f 100644
--- a/embark.el
+++ b/embark.el
@@ -423,7 +423,8 @@ replaced by the single `embark-allow-edit-actions' 
variable."
     (shell-command-on-region embark--ignore-target)
     (format-encode-region embark--ignore-target)
     (format-decode-region embark--ignore-target)
-    (xref-find-definitions embark--ignore-target))
+    (xref-find-definitions embark--ignore-target)
+    (sort-regexp-fields embark--ignore-target))
   "Alist associating commands with post-injection setup hooks.
 For commands appearing as keys in this alist, run the
 corresponding value as a setup hook after injecting the target



reply via email to

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