summaryrefslogtreecommitdiff
path: root/helm-misc.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-08 16:59:01 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-08 16:59:01 +0200
commit81d48dfcec9ac16683e54b9a430f4caa66f0ddd1 (patch)
tree471691c8e32806435e31607a9bd28698a28a67ec /helm-misc.el
parent2d6a67c57fd84adfd37e92cf129493ded4ce9092 (diff)
Don't let-bound helm-ff-transformer-show-only-basename (#1049).
* helm-files.el: Do it. * helm-locate.el: Do it. * helm-misc.el: Do it.
Diffstat (limited to 'helm-misc.el')
-rw-r--r--helm-misc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-misc.el b/helm-misc.el
index c27ef13b..a49dae03 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -296,10 +296,10 @@ It is added to `extended-command-history'.
(unless helm-source-buffers-list
(setq helm-source-buffers-list
(helm-make-source "Buffers" 'helm-source-buffers)))
- (let ((helm-ff-transformer-show-only-basename nil))
(helm :sources helm-mini-default-sources
:buffer "*helm mini*"
- :truncate-lines t)))
+ :ff-transformer-show-only-basename nil
+ :truncate-lines t))
;;;###autoload
(defun helm-minibuffer-history ()