projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afb436
)
; Fix last commit in tramp.el
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 22 Mar 2018 15:52:58 +0000
(16:52 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 22 Mar 2018 15:52:58 +0000
(16:52 +0100)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 7371d38cbac0b024de74a5776d096129461e5520..255c58e48f594a951b867258833767bb1be1df90 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-3564,8
+3564,8
@@
support symbolic links."
(setq filename (substitute-in-file-name localname))
(setq filename
(concat (file-remote-p filename)
- (tramp-
drop-volume-lett
er
-
(substitute-in-file-name
localname)))))))
+ (tramp-
run-real-handl
er
+
'substitute-in-file-name (list
localname)))))))
;; "/m:h:~" does not work for completion. We use "/m:h:~/".
(if (and (stringp localname) (string-equal "~" localname))
(concat filename "/")