]> git.eshelyaron.com Git - emacs.git/commit
Fix new copy-directory bug with empty dirs
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Sep 2017 18:49:12 +0000 (11:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Sep 2017 18:50:35 +0000 (11:50 -0700)
commit047f02f00f602b9aef63ae8938e12f3f0ab481eb
tree05bb7bce7b212be58d92af124224adb8756329ad
parentfbd15836af69b1d156f39664f2512f85278fdb08
Fix new copy-directory bug with empty dirs

Problem reported by Afdam Plaice (Bug#28520) and by Eli Zaretskii
(Bug#28483#34).  This is another bug that I introduced in my
recent copy-directory changes.
* lisp/files.el (copy-directory): Work with empty subdirectories, too.
* test/lisp/files-tests.el (files-tests--copy-directory):
Test for this bug.
lisp/files.el
test/lisp/files-tests.el