branch: master
commit 228d02265d9916534e22a584dedccc2a29362332
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* dired-async.el (dired-create-file): require dired-x for newer emacs
versions.
---
dired-async.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dired-async.el b/dired-async.el
index 19b4889..59b1d98 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -286,7 +286,7 @@ ESC or `q' to not overwrite any of the remaining files,
;; Start async process.
(when (and async-fn-list dired-async-be-async)
(async-start `(lambda ()
- (require 'cl-lib) (require 'dired-aux)
+ (require 'cl-lib) (require 'dired-aux) (require 'dired-x)
,(async-inject-variables
dired-async-env-variables-regexp)
(condition-case err
(let ((dired-recursive-copies (quote always)))