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

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

[elpa] externals/dtache 8769db2acb 051/158: Fix error in dtache-shell-at


From: ELPA Syncer
Subject: [elpa] externals/dtache 8769db2acb 051/158: Fix error in dtache-shell-attach
Date: Wed, 19 Jan 2022 18:57:50 -0500 (EST)

branch: externals/dtache
commit 8769db2acbf1032aebe604c42f0d0e614755f57d
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@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

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