]> 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)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:18:31 +0000 (14:18 +0800)
commitfdbaac529e2be9a81568890eaa4168de42172115
treec5d9045380a8e1b79a3aaf6bfdbeb531c127990d
parent39699c835e64b1d14b6ed49828e4ac21cbf59824
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