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

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

[elpa] master 497e4da 024/187: Fix to dired-async for wdired-mode


From: Michael Albinus
Subject: [elpa] master 497e4da 024/187: Fix to dired-async for wdired-mode
Date: Wed, 30 Dec 2015 11:49:28 +0000

branch: master
commit 497e4da321352e5a5fed3add14a329e36368319b
Author: John Wiegley <address@hidden>
Commit: John Wiegley <address@hidden>

    Fix to dired-async for wdired-mode
---
 dired-async.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dired-async.el b/dired-async.el
index bf7cd34..930d74c 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -157,7 +157,9 @@
             ;; See if it's an inserted subdir, and rename that, too.
             (dired-rename-subdir ,file ,newname)
 
-            (dired-after-file-create ,newname ,actual-marker-char 
,overwrite))))
+            (dired-after-file-create ,newname ,(and (boundp 
'actual-marker-char)
+                                                    actual-marker-char)
+                                     ,overwrite))))
     (if (and dired-async-use-native-commands
              (not (file-remote-p file))
              (not (file-remote-p newname)))



reply via email to

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