summaryrefslogtreecommitdiff
path: root/helm-source.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-07-11 08:43:01 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-07-11 08:50:04 +0200
commit8517c86be8f001f4f85f1ade337e26666a784f52 (patch)
tree7c75fac56db76d142d78c378185d277ea0657ef7 /helm-source.el
parentb6ff3811c8c1758c943e63a50d153956785eae58 (diff)
Cleanup deprecated plugin fns, several functions removed.
* helm-config.el: Remove define-helm-type-attribute entry. * helm.el (helm-compile-source-functions): Now nil. (helm-append-at-nth): Relocate. (helm-document-attribute): Same.
Diffstat (limited to 'helm-source.el')
-rw-r--r--helm-source.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-source.el b/helm-source.el
index 6510620a..09890c60 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -699,7 +699,7 @@ like `re-search-forward', see below documentation of :search slot.")
:initform '("dummy"))
(filtered-candidate-transformer
- :initform 'helm-dummy-candidate)
+ :initform (lambda (_candidates _source) (list helm-pattern)))
(matchplugin
:initform nil)