Skip to content

Commit

Permalink
* helm-files.el (helm-c-source-find-files): Remove match function.
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Nov 25, 2012
1 parent 5e79008 commit 503a175
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions helm-files.el
Expand Up @@ -363,7 +363,6 @@ Don't set it directly, use instead `helm-ff-auto-update-initial-value'.")
(setq helm-ff-auto-update-flag
helm-ff-auto-update-initial-value)))
(candidates . helm-find-files-get-candidates)
(match . helm-ff-match-function)
(filtered-candidate-transformer helm-c-find-files-transformer)
(persistent-action . helm-find-files-persistent-action)
(persistent-help . "Hit1 Expand Candidate, Hit2 or (C-u) Find file")
Expand Down Expand Up @@ -411,9 +410,6 @@ Don't set it directly, use instead `helm-ff-auto-update-initial-value'.")
("Print File `C-c p, C-u to refresh'" . helm-ff-print)
("Locate `C-x C-f, C-u to specify locate db'" . helm-ff-locate))))))

(defun helm-ff-match-function (candidate)
(string-match (regexp-quote helm-pattern) candidate))

(defun helm-find-files-set-prompt-for-action (action files)
"Set prompt for action ACTION for FILES."
(let ((len (length files)))
Expand Down

0 comments on commit 503a175

Please sign in to comment.