summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-utils.el b/helm-utils.el
index e3f5b937..6e5853a6 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -236,7 +236,7 @@ To use this add it to `helm-goto-line-before-hook'."
With a numeric prefix arg show only the ARG number of candidates."
(interactive "p")
(with-helm-window
- (with-helm-default-directory helm-default-directory
+ (with-helm-default-directory (helm-default-directory)
(let ((helm-candidate-number-limit (and (> arg 1) arg)))
(helm-set-source-filter
(list (assoc-default 'name (helm-get-current-source))))))))