]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#28896
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 20 Oct 2017 10:46:54 +0000 (12:46 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 20 Oct 2017 10:46:54 +0000 (12:46 +0200)
commitb500e06f4d05dc094b79f8f2c063e070a5a3306e
treee0d6131de893be18d6217f7709a40a5bedd2c72d
parentd815de017bb531fed751ee0515ed90b73d7a9936
Fix Bug#28896

* lisp/net/tramp-adb.el (tramp-adb-handle-rename-file):
* lisp/net/tramp-gvfs.el (tramp-gvfs-do-copy-or-rename-file):
* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file): Handle FILENAME
being a directory.  (Bug#28896)

* test/lisp/net/tramp-tests.el (tramp-test11-copy-file)
(tramp-test12-rename-file): Test also FILENAME being a directory.
lisp/net/tramp-adb.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
test/lisp/net/tramp-tests.el