]> git.eshelyaron.com Git - emacs.git/commit
Tramp cleanup
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 27 Aug 2017 17:16:58 +0000 (19:16 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 27 Aug 2017 17:16:58 +0000 (19:16 +0200)
commit79cc9445e182ad5d80380ccf677b947d76854ce8
tree359b39b95760f6c1907fc9aeafff662e997b04b8
parentc99507645a2dbcb08224c8075bc6675dd1b09bbc
Tramp cleanup

* lisp/net/tramp-sh.el (tramp-sh-extra-args): Remove compat code.
(tramp-sh-handle-make-symbolic-link): More robust check for
TARGET remoteness.

* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory):
Disable copying by tar temporarily, it doesn't work reliably.
(tramp-smb-do-file-attributes-with-stat): Resolve symlink.
(tramp-smb-handle-make-symbolic-link): Fix implementation.

* lisp/net/tramp.el (tramp-handle-file-symlink-p): Simplify.

* test/lisp/net/tramp-tests.el (tramp-test21-file-links):
Extend test.
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el