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

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

[elpa] externals/dtache b94baaeecd 021/158: Fix bug in setup notificatio


From: ELPA Syncer
Subject: [elpa] externals/dtache b94baaeecd 021/158: Fix bug in setup notification
Date: Wed, 19 Jan 2022 18:57:41 -0500 (EST)

branch: externals/dtache
commit b94baaeecd400cd46fd76ee7a0a8cb827bde770e
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Fix bug in setup notification
---
 dtache.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dtache.el b/dtache.el
index 2dd1af9dea..34675a4913 100644
--- a/dtache.el
+++ b/dtache.el
@@ -505,7 +505,7 @@ Sessions running on  current host or localhost are updated."
 
 (defun dtache-setup-notification (session)
   "Setup notification for SESSION."
-  (if (file-remote-p default-directory)
+  (if (file-remote-p (dtache--session-working-directory session))
       (dtache--create-remote-session-timer)
     (dtache--add-end-of-session-notification session)))
 



reply via email to

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