Choose the right target dir on dired operations
commit841e3e377c97142cfe76b9d91467f439198f5e39
authorTino Calancha <tino.calancha@gmail.com>
Mon, 27 Feb 2017 07:26:06 +0000 (27 16:26 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Mon, 27 Feb 2017 07:26:06 +0000 (27 16:26 +0900)
treebedab4128a289d0499420c8cdd0943966d24b490
parentfd8f724147b0a64c15f42dd09d21d8b2f81f6cbc
Choose the right target dir on dired operations

Prevent from changing the input target dir
when dired-dwim-target is non-nil (Bug#25609).
* lisp/dired-aux.el (dired-do-create-files):
If dired-dwim-target is non-nil, then bind 'default' to nil.
* test/lisp/dired-tests.el (dired-test-bug25609): Add test.
lisp/dired-aux.el
test/lisp/dired-tests.el