summaryrefslogtreecommitdiff
path: root/helm-source.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-03-31 07:52:50 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-03-31 07:52:50 +0200
commitd95faed00af9f029a40159ab1d6fba85ff978e33 (patch)
treeaa0d711aba68fcc8c61fe2cea531db0199c2bf8e /helm-source.el
parent7749ff5c14a72ffc4bd45363f5b5f5bdc57795cd (diff)
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.
Diffstat (limited to 'helm-source.el')
-rw-r--r--helm-source.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/helm-source.el b/helm-source.el
index 478ab9a8..db346c94 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -124,16 +124,6 @@
Note that the function is executed BEFORE performing action.")
- (delayed
- :initarg :delayed
- :initform nil
- :custom (choice null integer)
- :documentation
- " 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'.")
-
(keymap
:initarg :keymap
:initform nil