Skip to content

Commit 2408e4c

Browse files
author
Thierry Volpiatto
committed
Fix call to process-file
* helm-files.el (helm-list-dir-external): Do it.
1 parent 915d013 commit 2408e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-files.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,7 @@ transformer."
24252425
;; at the end which impact performances.
24262426
"ls -A -1 -F -b -Q | awk -v a=%s '{print a $1}'"
24272427
default-directory)
2428-
nil t t)
2428+
nil t nil)
24292429
0)
24302430
(goto-char (point-min))
24312431
(save-excursion

0 commit comments

Comments
 (0)