Files
emacs/test/lisp
Paul Eggert 44c83b239d Fix copy-directory bug when dest dir exists
* lisp/files.el (copy-directory): Set ‘follow’ depending on
whether we made the directory, not based on a guess that is
sometimes wrong.  When NEWNAME is a directory name and
COPY-CONTENTS is nil, do not object merely because the adjusted
NEWNAME is already a directory.  (Bug#58919).
* test/lisp/files-tests.el (files-tests-copy-directory):
Test for the bug.
2022-12-17 14:24:16 -08:00
..
2022-12-08 07:17:47 +01:00
2022-08-21 17:45:04 +02:00
2022-09-24 14:07:57 +02:00
2022-11-23 05:49:22 +01:00
2022-12-16 08:29:28 +01:00
2022-09-21 10:25:06 +02:00
2022-07-28 15:07:34 +02:00
2022-07-23 01:37:59 +02:00
2022-07-26 14:23:30 +02:00
2022-07-25 10:08:41 +08:00