From: Michael Albinus Date: Sat, 29 Dec 2018 10:52:56 +0000 (+0100) Subject: Fix Bug#31704. Do not merge X-Git-Tag: emacs-26.1.91~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c83c9ed66e4989e7633bc3da48ae4b2de81166d;p=emacs.git Fix Bug#31704. Do not merge * lisp/net/tramp.el (tramp-eshell-directory-change): Use `path-separator' as it does eshell. (Bug#31704) --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index aa125cde6d5..5302659b32f 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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))