branch: master
commit 497e4da321352e5a5fed3add14a329e36368319b
Author: John Wiegley <[email protected]>
Commit: John Wiegley <[email protected]>
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)))