From 6b365e66de39094a6f52e4671f66d5b09d0d9dfc Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 8 Nov 2011 07:45:28 +0100 Subject: [PATCH] * anything-config.el (anything-ff-copy-async): Improve prompt. --- anything-config.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anything-config.el b/anything-config.el index 6cc631b..cc7db7c 100644 --- a/anything-config.el +++ b/anything-config.el @@ -3049,9 +3049,10 @@ Copying is done asynchronously with `anything-c-copy-files-async-1'." (defun anything-ff-copy-async (candidate) "Anything find files action to copy files async. Copying is done asynchronously with `anything-c-copy-files-async-1'." - (let ((flist (anything-marked-candidates)) + (let* ((flist (anything-marked-candidates)) (dest (anything-c-read-file-name - "Copy File(s) async To: " + (anything-find-files-set-prompt-for-action + "Copy Async" flist) :preselect candidate :initial-input (car anything-ff-history) :history (anything-find-files-history :comp-read nil)))) -- 2.11.4.GIT