]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Bug#31704. Do not merge
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Dec 2018 10:52:56 +0000 (11:52 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Dec 2018 10:52:56 +0000 (11:52 +0100)
* lisp/net/tramp.el (tramp-eshell-directory-change):
Use `path-separator' as it does eshell.  (Bug#31704)

lisp/net/tramp.el

index aa125cde6d575daf3446240a785d580a290e6846..5302659b32f6b4c06df54742385e5d0d381f212b 100644 (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))