summaryrefslogtreecommitdiff
path: root/helm-buffers.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-10-24 07:12:48 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-10-24 07:12:48 +0200
commit4c2157971fbf3f32f47422581c4cd194a1ff8cd9 (patch)
tree1b9d0116ef50e7734f82fc6d03788069fb259b66 /helm-buffers.el
parentc64c4447322575ac796e3ce0977bcd1c27c336e5 (diff)
Require dired in helm-buffer--details (#1846)
* helm-buffers.el (helm-buffer--details): Do it.
Diffstat (limited to 'helm-buffers.el')
-rw-r--r--helm-buffers.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-buffers.el b/helm-buffers.el
index d915642f..15075bbd 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -333,6 +333,7 @@ See `ido-make-buffer-list' for more infos."
'face face2)))))
(defun helm-buffer--details (buffer &optional details)
+ (require 'dired)
(let* ((mode (with-current-buffer buffer (format-mode-line mode-name)))
(buf (get-buffer buffer))
(size (propertize (helm-buffer-size buf)