branch: externals/minuet
commit 04ec5092fa36144bd5e7b8d5720d5ac7af3f7aec
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    chore: remove obsolete function call.
---
 minuet.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/minuet.el b/minuet.el
index 4cfac7e04a..f3e5780c5d 100644
--- a/minuet.el
+++ b/minuet.el
@@ -662,7 +662,7 @@ used to accumulate text output from a process.  After 
execution,
                          (when (active-minibuffer-window)
                              (abort-recursive-edit))
                          (when items
-                             (when-let ((selected (completing-read "Complete: 
" items nil t)))
+                             (when-let* ((selected (completing-read "Complete: 
" items nil t)))
                                  (unless (string-empty-p selected)
                                      (insert selected)))))))))
 

Reply via email to