summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-18 19:33:06 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-18 19:33:06 +0200
commite91b03ed42a9743293f4fae5d0c6d3d35da91cc6 (patch)
tree0ef21816dad3c9c442069ed20f0971d27e0945b8 /helm-utils.el
parent40b401253e524cf66d1c01d1260999226f00caf0 (diff)
Require dired where needed
* helm-utils.el (with-helm-display-marked-candidates): Do it.
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-utils.el b/helm-utils.el
index ba482db7..3df5b947 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -596,6 +596,7 @@ If STRING is non--nil return instead a space separated string."
(defmacro with-helm-display-marked-candidates (buffer-or-name candidates &rest body)
(declare (indent 0) (debug t))
+ (require 'dired)
(helm-with-gensyms (buffer window)
`(let* ((,buffer (temp-buffer-window-setup ,buffer-or-name))
(helm-always-two-windows t)