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

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

[elpa] externals/dtache c3babe1dae 2/6: Fix attach property of eshell/sh


From: ELPA Syncer
Subject: [elpa] externals/dtache c3babe1dae 2/6: Fix attach property of eshell/shell sessions
Date: Sat, 22 Jan 2022 15:57:27 -0500 (EST)

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

    Fix attach property of eshell/shell sessions
---
 dtache-eshell.el | 2 +-
 dtache-shell.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dtache-eshell.el b/dtache-eshell.el
index c58b8c8f8c..dd50fb1ff1 100644
--- a/dtache-eshell.el
+++ b/dtache-eshell.el
@@ -33,7 +33,7 @@
 ;;;; Variables
 
 (defcustom dtache-eshell-session-action
-  '(:attach dtache-tail-session
+  '(:attach dtache-shell-command-attach-session
             :view dtache-view-dwim
             :run dtache-shell-command)
   "Actions for a session created with `dtache-eshell'."
diff --git a/dtache-shell.el b/dtache-shell.el
index 890a67d89a..10a1ebfe45 100644
--- a/dtache-shell.el
+++ b/dtache-shell.el
@@ -30,7 +30,7 @@
 ;;;; Variables
 
 (defcustom dtache-shell-session-action
-  '(:attach dtache-tail-session
+  '(:attach dtache-shell-command-attach-session
             :view dtache-view-dwim
             :run dtache-shell-command)
   "Actions for a session created with `dtache-shell'."



reply via email to

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