aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
4580 (or 4580 (or
4581 ;; When `tramp-own-remote-path' is in `tramp-remote-path', 4581 ;; When `tramp-own-remote-path' is in `tramp-remote-path',
4582 ;; the remote path is only set in the session cache. 4582 ;; the remote path is only set in the session cache.
4583 ;; Use `path-separator' as it does eshell.
4583 (tramp-get-connection-property 4584 (tramp-get-connection-property
4584 (tramp-get-connection-process v) "remote-path" nil) 4585 (tramp-get-connection-process v) "remote-path" nil)
4585 (tramp-get-connection-property v "remote-path" nil)) 4586 (tramp-get-connection-property v "remote-path" nil))