From: Martin Joerg Date: Fri, 17 Sep 2021 17:54:00 +0000 (+0200) Subject: * lisp/net/tramp-sh.el (tramp-methods) : Separate "%c" marker. X-Git-Tag: emacs-28.0.90~887 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a55be2fa3233b99472a6cf3e0e4103bc748d8dbb;p=emacs.git * lisp/net/tramp-sh.el (tramp-methods) : Separate "%c" marker. Copyright-paperwork-exempt: yes --- diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 0416d15f521..fbb122e7210 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -202,7 +202,7 @@ The string is used in `tramp-methods'.") (tramp-copy-program "rsync") (tramp-copy-args (("-t" "%k") ("-p") ("-r") ("-s") ("-c"))) - (tramp-copy-env (("RSYNC_RSH") ("ssh" "%c"))) + (tramp-copy-env (("RSYNC_RSH") ("ssh") ("%c"))) (tramp-copy-keep-date t) (tramp-copy-keep-tmpfile t) (tramp-copy-recursive t)))