branch: elpa/helm
commit a1fd23ff2f676ac16db603e78a27ce4deeddc8c0
Author: Kiso Katsuyuki <katsuyuki2...@gmail.com>
Commit: Kiso Katsuyuki <katsuyuki2...@gmail.com>

    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

Reply via email to