]> git.eshelyaron.com Git - emacs.git/commit
Finish Tramp's implementation of 'nofollow
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 26 Feb 2020 17:43:11 +0000 (18:43 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 26 Feb 2020 17:43:11 +0000 (18:43 +0100)
commit2261f89324997351a41d8f12af513b8ec5e9c26b
tree64f2884f4b236dde1f29efa4a5d45236b6937bd0
parent4a94881345819dd68062bc729b5b7ddeab00041b
Finish Tramp's implementation of 'nofollow

* lisp/net/tramp-adb.el (tramp-adb-handle-file-local-copy):
Do not use 'nofollow.
(tramp-adb-handle-set-file-modes):
* lisp/net/tramp-smb.el (tramp-smb-handle-set-file-modes):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-set-file-modes):
* lisp/net/tramp-sh.el (tramp-sh-handle-set-file-modes):
Handle FLAG properly.
(tramp-get-remote-chmod-h): Adapt implementation.

* test/lisp/net/tramp-tests.el (tramp-get-remote-chmod-h): Declare.
(tramp--test-ignore-make-symbolic-link-error): Revert last change.
(tramp-test20-file-modes): Adapt test.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp-sudoedit.el
test/lisp/net/tramp-tests.el