projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de7644d
)
Fix Bug#31704. Do not merge
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 29 Dec 2018 10:52:56 +0000
(11:52 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index aa125cde6d575daf3446240a785d580a290e6846..5302659b32f6b4c06df54742385e5d0d381f212b 100644
(file)
--- 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))