branch: elpa/helm
commit 45224ceb82b96267d12085f0cb116124b041e8bd
Merge: 990d810c4d a1fd23ff2f
Author: Thierry Volpiatto <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #2647 from kkatsuyuki/load-dired-async
suppress dired-async-processes being void
---
helm-files.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/helm-files.el b/helm-files.el
index 5f5fd93435..6b99b9162b 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1533,6 +1533,7 @@ This reproduce the behavior of \"cp --backup=numbered
from to\"."
(defun helm-ff-compress-marked-files (_candidate)
"Compress or uncompress marked files with `dired-compress-file'."
+ (require 'dired-async)
(let* ((files (helm-marked-candidates :with-wildcard t)))
(if (not (with-helm-display-marked-candidates
helm-marked-buffer-name