]> git.eshelyaron.com Git - emacs.git/commit
Complete implementation of `copy-directory-create-symlink' in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 23 Aug 2021 13:47:19 +0000 (15:47 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 23 Aug 2021 13:47:19 +0000 (15:47 +0200)
commitf00af4be3d8c14fc83925dcd244701c0dce7604a
treeb5c6e70ed711e86552dc1ce9e15c04172e86ac68
parent6430c8419c4bd007c45f7cd3abacbdcf4ad01401
Complete implementation of `copy-directory-create-symlink' in Tramp

* lisp/net/tramp-sh.el (tramp-sh-handle-copy-directory): Fix the case
NEWNAME is a directory name with a trailing slash.

* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory):
Implement `copy-directory-create-symlink'.  (Bug#10897)

* test/lisp/net/tramp-tests.el
(tramp--test-ignore-make-symbolic-link-error): Move up.
(tramp-test15-copy-directory): Extend test.
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
test/lisp/net/tramp-tests.el