]> code.delx.au - gnu-emacs-elpa/blobdiff - dired-async.el
Fix formatting the help form in dired-create-files.
[gnu-emacs-elpa] / 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