]> git.eshelyaron.com Git - emacs.git/commit
Fix problem with trailing slash in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 26 Mar 2018 12:33:24 +0000 (14:33 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 26 Mar 2018 12:33:24 +0000 (14:33 +0200)
commitf5834c9ba06529bcd0a6da464f0a808e1be53c5c
tree3dcd1bdb720012cacaa96e20896630b1343e10a0
parent9c1176247b107fd6e1845618b78ad56b5d57ddd9
Fix problem with trailing slash in Tramp

* lisp/net/tramp.el (tramp-handle-file-truename):
* lisp/net/tramp-adb.el (tramp-adb-handle-file-truename):
* lisp/net/tramp-sh.el (tramp-sh-handle-file-truename):
Fix problem with trailing slash.

* test/lisp/net/tramp-tests.el (tramp-test21-file-links):
Test also quoted directories.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el