]> git.eshelyaron.com Git - emacs.git/commit
Honor dired-create-destination-dirs if copying/renaming >1 files
authorTino Calancha <tino.calancha@gmail.com>
Thu, 5 Apr 2018 03:15:54 +0000 (12:15 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Thu, 5 Apr 2018 03:15:54 +0000 (12:15 +0900)
commit0b690a83f674a160ccbaa9f374226b1fcfb2d535
tree5ee8b18e03eeb6cc6d8e7eb59c2fda6654ab54f5
parent17788644e62954110c62b29ff2662f2ea58438c9
Honor dired-create-destination-dirs if copying/renaming >1 files

Check `dired-create-destination-dirs' when the user wants to
copy/rename several files.
* lisp/dired-aux.el (dired-do-create-files):
Call `dired-maybe-create-dirs' right before bind `into-dir' (Bug#30624).
* test/lisp/dired-aux-tests.el (dired-test-bug30624): Add test.
lisp/dired-aux.el
test/lisp/dired-aux-tests.el