]> git.eshelyaron.com Git - emacs.git/commit
Some minor Tramp corrections
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 29 Nov 2017 08:37:42 +0000 (09:37 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 29 Nov 2017 08:37:42 +0000 (09:37 +0100)
commit3dd25aeecb157d562f8ab3c3abca9f3f89dec7ae
treec23d07dceba61d5b90e311360024425961a2a528
parentd670a15f254e2f077fa528b3e76d31d2ca415e69
Some minor Tramp corrections

* lisp/net/tramp.el (tramp-handle-directory-file-name):
Handle several trailing slashes correctly.
(tramp-handle-file-selinux-context): New defun.

* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist):
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
* lisp/net/tramp-smb.el (tramp-smb-file-name-handler-alist):
Use `tramp-handle-file-selinux-context'.

* test/lisp/net/tramp-tests.el (tramp-test06-directory-file-name):
Extend test.
(tramp-test17-insert-directory): Make check more robust.
(tramp-test42-auto-load): Combine several let forms.
(tramp-test42-delay-load, tramp-test42-recursive-load)
(tramp-test42-remote-load-path, tramp-test43-unload): Rename.
lisp/net/tramp-adb.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el