summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-11-26 20:43:07 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-11-26 20:43:07 +0100
commitfbea83d7f37f495f668f55b05f4adc3789081814 (patch)
tree2bbac6adde246dc37518d3819b9d957b1c742992 /helm-grep.el
parent436cd1dac1c72d328728710adb1d2df2431c941c (diff)
* helm.el: Introduce new attr candidates-process.
(helm-get-candidates): Use it. * helm-grep.el: Use it. * helm-locate.el: Use it.
Diffstat (limited to 'helm-grep.el')
-rw-r--r--helm-grep.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-grep.el b/helm-grep.el
index 09b661a3..e372dd22 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -707,7 +707,7 @@ in recurse, search being made on `helm-zgrep-file-extension-regexp'."
(helm-grep-command)))))
(header-name . (lambda (name)
(concat name "(C-c ? Help)")))
- (candidates . helm-grep-collect-candidates)
+ (candidates-process . helm-grep-collect-candidates)
(filtered-candidate-transformer helm-c-grep-cand-transformer)
(candidate-number-limit . 9999)
(nohighlight)
@@ -996,7 +996,7 @@ If a prefix arg is given run grep on all buffers ignoring non--file-buffers."
(setq helm-ff-default-directory (or helm-ff-default-directory
default-directory))
(setq helm-pdfgrep-targets only)))
- (candidates
+ (candidates-process
. (lambda ()
(funcall helm-c-pdfgrep-default-function helm-pdfgrep-targets)))
(filtered-candidate-transformer helm-c-grep-cand-transformer)