From 503a1750f5a7a281b57f42645b2911d172c5160f Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 25 Nov 2012 17:35:51 +0100 Subject: [PATCH] * helm-files.el (helm-c-source-find-files): Remove match function. --- helm-files.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helm-files.el b/helm-files.el index 9b6276298..65d5c9f28 100644 --- a/helm-files.el +++ b/helm-files.el @@ -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") @@ -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)))