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

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

[elpa] externals/detached 88f925ee15 14/38: Add missing string-join


From: ELPA Syncer
Subject: [elpa] externals/detached 88f925ee15 14/38: Add missing string-join
Date: Thu, 17 Nov 2022 17:57:54 -0500 (EST)

branch: externals/detached
commit 88f925ee151a04942b685003d043b050c77f4db8
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Add missing string-join
---
 detached.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/detached.el b/detached.el
index 8d0d8b832d..806ea642ad 100644
--- a/detached.el
+++ b/detached.el
@@ -931,7 +931,8 @@ This function uses the `notifications' library."
              (if (not (detached-session-degraded-p session))
                  (funcall dtach-command-fun session)
                (detached--start-session-process session
-                                                (funcall dtach-command-fun 
session))
+                                                (string-join
+                                                 (funcall dtach-command-fun 
session) " "))
                `(,detached-tail-program
                  "-F"
                  "-n"



reply via email to

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