]> git.eshelyaron.com Git - emacs.git/commit
Fix inconsistency expanding "//" in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 5 Feb 2018 13:02:49 +0000 (14:02 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 5 Feb 2018 13:02:49 +0000 (14:02 +0100)
commitc24c5dc4a4cc18e7f1ec949efcfe1d4bae541d02
tree094f175c3e001aab5ec37a18a7db0ae3175bf6a9
parent8fbf28536ee1169f59206523e2af050916befbf6
Fix inconsistency expanding "//" in Tramp

* doc/misc/tramp.texi (File name completion): Adapt example
expanding "//".

* lisp/net/tramp.el (tramp-handle-substitute-in-file-name): "//" shall
expand the localname only, even when on top of the local part.

* test/lisp/net/tramp-tests.el (tramp-test04-substitute-in-file-name):
Adapt test.
doc/misc/tramp.texi
lisp/net/tramp.el
test/lisp/net/tramp-tests.el