summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-12-29 11:52:56 +0100
committerMichael Albinus <michael.albinus@gmx.de>2018-12-29 11:52:56 +0100
commit3c83c9ed66e4989e7633bc3da48ae4b2de81166d (patch)
treee4a159bf57aa747a8d1a110a667c6e3466f581b2
parentde7644d8d8b09fc294fe36ed2162c78a494beccb (diff)
downloademacs-3c83c9ed66e4989e7633bc3da48ae4b2de81166d.tar.gz
Fix Bug#31704. Do not merge
* lisp/net/tramp.el (tramp-eshell-directory-change): Use `path-separator' as it does eshell. (Bug#31704)
-rw-r--r--lisp/net/tramp.el1
1 files changed, 1 insertions, 0 deletions
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))