]> git.eshelyaron.com Git - emacs.git/commit
Fix quoting problem in Tramp on w32 systems
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 10 Jun 2019 15:48:08 +0000 (17:48 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 10 Jun 2019 15:48:08 +0000 (17:48 +0200)
commitfb39d31e45ec766421f3ba3e5792b5f0365741c2
tree60c5526584d92fb8b38148ec28330f6c189937af
parentf2e4c34de699456b2ef020c1ee5b17223351c370
Fix quoting problem in Tramp on w32 systems

* lisp/net/tramp-adb.el (tramp-adb-connection-local-default-profile):
* lisp/net/tramp-integration.el (tramp-connection-local-default-profile):
Revert patch from 2019-05-24.  It is fixed differently.

* lisp/net/tramp.el (tramp-encoding-shell):
(tramp-encoding-command-switch)
(tramp-encoding-command-interactive, )
(tramp-unquote-shell-quote-argument): Suppress `shell-file-name'.
(tramp-set-file-uid-gid):
* lisp/net/tramp-sh.el (tramp-find-inline-compress)
(tramp-make-copy-program-file-name):
* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory):
Use `tramp-unquote-shell-quote-argument'.
lisp/net/tramp-adb.el
lisp/net/tramp-integration.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el