Fix Bug#31704. Do not merge

* lisp/net/tramp.el (tramp-eshell-directory-change):
Use `path-separator' as it does eshell.  (Bug#31704)
This commit is contained in:
Michael Albinus 2018-12-29 11:52:56 +01:00
parent de7644d8d8
commit 3c83c9ed66

View file

@ -4580,6 +4580,7 @@ Only works for Bourne-like shells."
(or
;; When `tramp-own-remote-path' is in `tramp-remote-path',
;; the remote path is only set in the session cache.
;; Use `path-separator' as it does eshell.
(tramp-get-connection-property
(tramp-get-connection-process v) "remote-path" nil)
(tramp-get-connection-property v "remote-path" nil))