branch: externals/dtache
commit 8769db2acbf1032aebe604c42f0d0e614755f57d
Author: Niklas Eklund <niklas.ekl...@posteo.net>
Commit: Niklas Eklund <niklas.ekl...@posteo.net>

    Fix error in dtache-shell-attach
---
 dtache-shell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dtache-shell.el b/dtache-shell.el
index 9216f02658..f6072c851f 100755
--- a/dtache-shell.el
+++ b/dtache-shell.el
@@ -150,7 +150,7 @@ cluttering the comint-history with dtach commands."
          (socket
           (concat
            (dtache--session-session-directory dtache-shell--current-session)
-           (dtache--session-id dtache-shell--current-session)
+           (symbol-name (dtache--session-id dtache-shell--current-session))
            ".socket"))
          (input
           (concat dtache-dtach-program " " (dtache--dtach-arg) " " socket)))

Reply via email to