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

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

[elpa] externals/detached 2a994e93ad 1/3: Update identifier to rely on w


From: ELPA Syncer
Subject: [elpa] externals/detached 2a994e93ad 1/3: Update identifier to rely on working-directory
Date: Fri, 18 Nov 2022 04:57:36 -0500 (EST)

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

    Update identifier to rely on working-directory
---
 detached.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/detached.el b/detached.el
index 3abf2d61eb..1ad3673a30 100644
--- a/detached.el
+++ b/detached.el
@@ -1112,7 +1112,7 @@ This function uses the `notifications' library."
   (string-join
    `(,(detached-session-command session)
      ,(detached--host-str session)
-     ,(detached-session-directory session))
+     ,(detached-session-working-directory session))
    ", "))
 
 (defun detached-session-view-function (session)



reply via email to

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