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

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

[elpa] master dc69911 059/187: Merge branch 'master' of github.com:jwieg


From: Michael Albinus
Subject: [elpa] master dc69911 059/187: Merge branch 'master' of github.com:jwiegley/emacs-async
Date: Wed, 30 Dec 2015 11:49:41 +0000

branch: master
commit dc69911f3abf90db49208eb7ecc7256b78266a23
Merge: 9585ae1 a5ad866
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    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)



reply via email to

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