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

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

[elpa] externals/shell-command+ 7b47ed86ed 05/13: Add a FIXME comment to


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ 7b47ed86ed 05/13: Add a FIXME comment to 'shell-command+-command-substitution'
Date: Thu, 25 Aug 2022 09:57:59 -0400 (EDT)

branch: externals/shell-command+
commit 7b47ed86edc12a943a58a93a84674437355cdac3
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Add a FIXME comment to 'shell-command+-command-substitution'
---
 shell-command+.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/shell-command+.el b/shell-command+.el
index 8b2ff42c07..25f4562cb6 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -307,6 +307,9 @@ PARSE, FORM and CONTEXT see `shell-command+-features'."
   (pcase-let ((`(,_ ,mode ,name ,_) parse))
     (list parse
           (let ((fn (assoc name shell-command+-substitute-alist)))
+            ;; FIXME: It might be that `name' is modified in such a
+            ;; way that this check fails and.  Currently no function
+            ;; in `shell-command+-features' does this.
             (if (and fn (not (eq mode 'literal)))
                 (lambda (command _beg _end)
                   (funcall (cdr fn) command))



reply via email to

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