emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 3c83c9e 2/2: Fix Bug#31704. Do not merge


From: Michael Albinus
Subject: [Emacs-diffs] emacs-26 3c83c9e 2/2: Fix Bug#31704. Do not merge
Date: Sat, 29 Dec 2018 05:53:56 -0500 (EST)

branch: emacs-26
commit 3c83c9ed66e4989e7633bc3da48ae4b2de81166d
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix Bug#31704.  Do not merge
    
    * lisp/net/tramp.el (tramp-eshell-directory-change):
    Use `path-separator' as it does eshell.  (Bug#31704)
---
 lisp/net/tramp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index aa125cd..5302659 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]