From: Luminous Fennell Date: Sun, 22 Jul 2012 07:20:33 +0000 (+0200) Subject: * dired-async.el: Add a defvar for `dired-async-use-native-commands' X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/42fba8d2b3a28145e1424152c4677b811afb1cfb * dired-async.el: Add a defvar for `dired-async-use-native-commands' --- diff --git a/dired-async.el b/dired-async.el index 9c2d10c6f..689df8f32 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)