]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix formatting the help form in dired-create-files.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Sat, 30 Apr 2016 18:20:24 +0000 (20:20 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Sat, 30 Apr 2016 18:20:24 +0000 (20:20 +0200)
* dired-async.el (dired-async-create-files): Do it.

dired-async.el

index a501466fe2a6948ac983583895c45eecd648980d..2a941e6d31ed9c5d1f06beb19f23e5257f4589d5 100644 (file)
@@ -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