From d95faed00af9f029a40159ab1d6fba85ff978e33 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Thu, 31 Mar 2016 07:52:50 +0200 Subject: Remove deprecated usage of delayed source (#1400 #1454). * helm-help.el: Remove delayed doc. * helm-source.el (helm-source): Remove delayed slot. * helm.el (helm-idle-delay): Removed. (helm-quick-update): Removed. (helm-read-pattern-maybe): Get rid of delayed sources. (helm-exit-or-quit-maybe): Removed. (helm-check-new-input): No need to handle helm--maybe-use-default-as-input for delayed. (helm-process-delayed-sources): Removed. (helm-update): Get rid of delayed sources. (helm-delayed-source-p): Removed. (helm-force-update): Stop handling quick-update. --- helm-help.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'helm-help.el') diff --git a/helm-help.el b/helm-help.el index 4b4ea5e1..b7a56b0a 100644 --- a/helm-help.el +++ b/helm-help.el @@ -1214,12 +1214,6 @@ HELM-ATTRIBUTE should be a symbol." It is useful to change interpretation of `helm-pattern'.") -(helm-document-attribute 'delayed "optional" - " Candidates from the source are shown only if the user stops - typing and is idle for `helm-idle-delay' seconds. - If a value is given to delayed attr, this value is used instead only - if it is > to `helm-idle-delay'.") - (helm-document-attribute 'volatile "optional" " Indicates the source assembles the candidate list dynamically, so it shouldn't be cached within a single Helm -- cgit v1.2.3