]> git.eshelyaron.com Git - emacs.git/commit
Tramp: Fix file name quoting on MS Windows
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 7 May 2021 15:25:49 +0000 (17:25 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 7 May 2021 15:25:49 +0000 (17:25 +0200)
commit9457d4f20f1f3da8450924cfe1f776fdd04261bb
treec7a4363c8722e523bfe3f1dabb57962aec4d0acc
parent615cf550f22f78d123acb1e8e90be6c69699dbee
Tramp: Fix file name quoting on MS Windows

* lisp/net/tramp-sh.el (tramp-make-copy-program-file-name):
Use `tramp-unquote-shell-quote-argument'.

* lisp/net/tramp.el (tramp-unquote-shell-quote-argument):
Adapt for MS Windows.

* test/lisp/net/tramp-tests.el (tramp--test-special-characters):
Adapt for MS Windows.
lisp/net/tramp-sh.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el