branch: elpa/helm
commit 11867f8c61a3b2c79aa170d7f4cecb43f31ee1c7
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Use mapc
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 4f38ac558e..62355ecbf7 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6035,7 +6035,7 @@ selecting them."
         (helm--reading-passwd-or-string t))
     (if (cdr marked)
         (if (equal helm-current-prefix-arg '(16))
-            (mapcar 'find-file-noselect marked)
+            (mapc 'find-file-noselect marked)
           ;; If helm-current-prefix-arg is detected split is done
           ;; vertically.
           (helm-window-show-buffers (mapcar 'find-file-noselect marked)))

Reply via email to