From dd77b81514ee58a30ac2e3af6fc03339683e95ce Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sat, 30 Apr 2016 20:20:24 +0200 Subject: [PATCH] Fix formatting the help form in dired-create-files. * dired-async.el (dired-async-create-files): Do it. --- dired-async.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dired-async.el b/dired-async.el index a501466fe..2a941e6d3 100644 --- a/dired-async.el +++ b/dired-async.el @@ -189,11 +189,11 @@ See `dired-create-files' for the behavior of arguments." (file-exists-p to))) (dired-overwrite-confirmed ; for dired-handle-overwrite (and overwrite - (let ((help-form '(format "\ + (let ((help-form `(format "\ Type SPC or `y' to overwrite file `%s', DEL or `n' to skip to next, ESC or `q' to not overwrite any of the remaining files, -`!' to overwrite all remaining files with no more questions." to))) +`!' to overwrite all remaining files with no more questions." ,to))) (dired-query 'overwrite-query "Overwrite `%s'?" to))))) ;; Handle the `dired-copy-file' file-creator specially ;; When copying a directory to another directory or -- 2.39.2