diff options
| author | Michael Albinus | 2018-12-29 11:52:56 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-12-29 11:52:56 +0100 |
| commit | 3c83c9ed66e4989e7633bc3da48ae4b2de81166d (patch) | |
| tree | e4a159bf57aa747a8d1a110a667c6e3466f581b2 | |
| parent | de7644d8d8b09fc294fe36ed2162c78a494beccb (diff) | |
| download | emacs-3c83c9ed66e4989e7633bc3da48ae4b2de81166d.tar.gz emacs-3c83c9ed66e4989e7633bc3da48ae4b2de81166d.zip | |
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.el | 1 |
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)) |