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

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

[elpa] master 2bfd6a0 15/39: Ensure dired-copy-preserve-time is passed t


From: Thierry Volpiatto
Subject: [elpa] master 2bfd6a0 15/39: Ensure dired-copy-preserve-time is passed to child with its current value.
Date: Wed, 18 May 2016 18:02:51 +0000 (UTC)

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

    Ensure dired-copy-preserve-time is passed to child with its current value.
    
    Using inject would load dozen of unneeded dired stuff.
    
    * dired-async.el (dired-async-create-files): Do it.
---
 dired-async.el |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dired-async.el b/dired-async.el
index 18e86fc..41f2b79 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -255,7 +255,9 @@ ESC or `q' to not overwrite any of the remaining files,
                       (require 'cl-lib) (require 'dired-aux) (require 'dired-x)
                       ,(async-inject-variables 
dired-async-env-variables-regexp)
                       (condition-case err
-                          (let ((dired-recursive-copies (quote always)))
+                          (let ((dired-recursive-copies (quote always))
+                                (dired-copy-preserve-time
+                                 ,dired-copy-preserve-time))
                             ;; Inline `backup-file' as long as it is not
                             ;; available in emacs.
                             (defalias 'backup-file



reply via email to

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