branch: master
commit dc69911f3abf90db49208eb7ecc7256b78266a23
Merge: 9585ae1 a5ad866
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Merge branch 'master' of github.com:jwiegley/emacs-async
---
async-pkg.el | 2 ++
dired-async.el | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/async-pkg.el b/async-pkg.el
new file mode 100644
index 0000000..4722f28
--- /dev/null
+++ b/async-pkg.el
@@ -0,0 +1,2 @@
+(define-package "async" "1.1" "Asynchronous processing in Emacs" 'nil)
+
diff --git a/dired-async.el b/dired-async.el
index 9c2d10c..689df8f 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -94,6 +94,9 @@
Each operation that succeeds will start the next member of the queue. If an
error occurs at any point, the rest of the queue is flushed.")
+(defvar dired-async-use-native-commands nil
+ "If non-nil, use native commands like `rm' and `mv' for file operations.
Otherwise use elisp.")
+
(defun dired-async-highlight-file (file)
(save-excursion
(dired-goto-file file)