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

    No need to use :must-match in read-file-name
    
    now we are using a dummy source, must-match is needed only there.
---
 helm-mode.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/helm-mode.el b/helm-mode.el
index 159f56e72c..d10373f60d 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -2188,7 +2188,6 @@ Keys description:
              :persistent-action-if persistent-action-if
              :persistent-help persistent-help
              :keymap helm-read-file-map
-             :must-match must-match
              :nomark nomark
              :action action-fn)
            ;; List files source.
@@ -2232,7 +2231,6 @@ Keys description:
              :persistent-help persistent-help
              :volatile t
              :keymap helm-read-file-map
-             :must-match must-match
              :cleanup 'helm-find-files-cleanup
              :nomark nomark
              :action action-fn)))

Reply via email to