]> code.delx.au - gnu-emacs/commit
Fix Bug#23614.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 26 May 2016 17:57:13 +0000 (19:57 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 26 May 2016 17:57:13 +0000 (19:57 +0200)
commit21e87ece97e90f5500bd49b84dca08d97bd4f155
treef67c6de3371321e0ad80f0e0ef12ef5094de2407
parent16be3e90545972dec16014253a843229d5bdf388
Fix Bug#23614.

* lisp/net/tramp-sh.el (tramp-maybe-open-connection):
Let-bind `process-coding-system-alist' in order to suppress
the value for "cmdproxy".

* lisp/net/tramp.el (tramp-encoding-shell):
`w32-shell-name' is a function.
(tramp-encoding-command-switch)
(tramp-encoding-command-interactive): Use `w32-shell-dos-semantics'.

* test/lisp/net/tramp-tests.el (tramp-test24-file-name-completion):
Suppress some tests on MS Windows.  (Bug#23614)
lisp/net/tramp-sh.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el