emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master dd77b81 22/39: Fix formatting the help form in dired-creat


From: Thierry Volpiatto
Subject: [elpa] master dd77b81 22/39: Fix formatting the help form in dired-create-files.
Date: Wed, 18 May 2016 18:02:52 +0000 (UTC)

branch: master
commit dd77b81514ee58a30ac2e3af6fc03339683e95ce
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    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 a501466..2a941e6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]