mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
Fix job control in remote shell
* lisp/net/tramp-sh.el (tramp-methods) <rsync>: Adapt `tramp-direct-async' argument. (Bug#71050, Bug#71259)
This commit is contained in:
parent
039ad15373
commit
f805f51373
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ The string is used in `tramp-methods'.")
|
|||
(tramp-login-args (("-l" "%u") ("-p" "%p") ("%c")
|
||||
("-e" "none") ("%h")))
|
||||
(tramp-async-args (("-q")))
|
||||
(tramp-direct-async t)
|
||||
(tramp-direct-async ("-t" "-t"))
|
||||
(tramp-remote-shell ,tramp-default-remote-shell)
|
||||
(tramp-remote-shell-login ("-l"))
|
||||
(tramp-remote-shell-args ("-c"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue