summaryrefslogtreecommitdiff
path: root/helm-adaptive.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-05-11 14:48:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-05-11 14:48:21 +0200
commitb7578615623f3ba83e99cf8f1d712cfa07de4c87 (patch)
tree5f3c4d1a5e1f9f143f01032bd3e7da45ec49b12d /helm-adaptive.el
parent25422a6caf73c8ca3eb18e6abfd05cab1643bc12 (diff)
Same in adaptive store.
* helm-adaptive.el (helm-adaptive-store-selection): Stop supporting type attr.
Diffstat (limited to 'helm-adaptive.el')
-rw-r--r--helm-adaptive.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helm-adaptive.el b/helm-adaptive.el
index 72f46067..23bbf060 100644
--- a/helm-adaptive.el
+++ b/helm-adaptive.el
@@ -110,8 +110,7 @@ Format: ((SOURCE-NAME (SELECTED-CANDIDATE (PATTERN . NUMBER-OF-USE) ...) ...) ..
(setq helm-adaptive-done t)
(let ((source (helm-adapt-use-adaptive-p)))
(when source
- (let* ((source-name (or (assoc-default 'type source)
- (assoc-default 'name source)))
+ (let* ((source-name (assoc-default 'name source))
(source-info (or (assoc source-name helm-adaptive-history)
(progn
(push (list source-name) helm-adaptive-history)