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

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

[elpa] externals/dtache e034da8f30 10/19: Remove redundant dtache-setup


From: ELPA Syncer
Subject: [elpa] externals/dtache e034da8f30 10/19: Remove redundant dtache-setup
Date: Wed, 18 May 2022 12:57:36 -0400 (EDT)

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

    Remove redundant dtache-setup
---
 dtache-eshell.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dtache-eshell.el b/dtache-eshell.el
index 9cb5e5cc26..1f29d48c08 100644
--- a/dtache-eshell.el
+++ b/dtache-eshell.el
@@ -134,7 +134,6 @@ If prefix-argument directly DETACH from the session."
   (make-local-variable 'eshell-preoutput-filter-functions)
   (if dtache-eshell-mode
       (progn
-        (dtache-setup)
         (add-hook 'eshell-preoutput-filter-functions 
#'dtache--dtache-env-message-filter)
         (add-hook 'eshell-preoutput-filter-functions 
#'dtache--dtach-eof-message-filter))
     (remove-hook 'eshell-preoutput-filter-functions 
#'dtache--dtache-env-message-filter)



reply via email to

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