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

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

[elpa] externals/dtache e7d143df8a 2/2: Don't set redraw method when cre


From: ELPA Syncer
Subject: [elpa] externals/dtache e7d143df8a 2/2: Don't set redraw method when creating a session
Date: Sun, 20 Mar 2022 09:57:28 -0400 (EDT)

branch: externals/dtache
commit e7d143df8a8f88cbbe0fa023cd1fc30219598d88
Author: Rose Osterheld <dev@roeli.org>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Don't set redraw method when creating a session
    
    Setting the redraw method when creating a session only changes the
    default redraw method when attaching to it. We already always specify
    the redraw method on attach, so this setting is useless, and it was
    causing some problems in testing.
---
 dtache.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dtache.el b/dtache.el
index 980a5e5410..7710ab95c2 100644
--- a/dtache.el
+++ b/dtache.el
@@ -797,11 +797,11 @@ Optionally CONCAT the command return command into a 
string."
            (mapconcat #'identity
                       `(,dtache-dtach-program
                         ,dtach-arg
-                        ,socket "-z" "-r none"
+                        ,socket "-z"
                         ,dtache-shell-program "-c"
                         ,(shell-quote-argument (dtache--dtache-command 
session)))
                       " ")
-         `(,dtach-arg ,socket "-z" "-r none"
+         `(,dtach-arg ,socket "-z"
                       ,dtache-shell-program "-c"
                       ,(dtache--dtache-command session)))))))
 



reply via email to

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