From 8d592074b6ff7e2291831bfc897dcd72fc42d36d Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Mon, 13 Jun 2016 12:06:31 +0200 Subject: Store display part in adaptive. * helm-adaptive.el (helm-adaptive-store-selection): Do it. --- helm-adaptive.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helm-adaptive.el') diff --git a/helm-adaptive.el b/helm-adaptive.el index fc338636..d8be6b1d 100644 --- a/helm-adaptive.el +++ b/helm-adaptive.el @@ -104,7 +104,7 @@ Format: ((SOURCE-NAME (SELECTED-CANDIDATE (PATTERN . NUMBER-OF-USE) ...) ...) .. (progn (push (list source-name) helm-adaptive-history) (car helm-adaptive-history)))) - (selection (helm-get-selection)) + (selection (helm-get-selection nil t)) (selection-info (progn (setcdr source-info (cons -- cgit v1.2.3