From 6d8a8d5dc07fb8a58344775632716dbe781479a3 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 16 Dec 2014 12:00:32 -0200 Subject: Hotfix wrong variable --- sx-interaction.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-interaction.el') diff --git a/sx-interaction.el b/sx-interaction.el index 7d32094..e7a4d94 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -60,7 +60,7 @@ If no object of the requested type could be returned, an error is thrown unless NOERROR is non-nil." (or (let ((data (get-char-property (point) 'sx--data-here))) (if (null type) data - (sx-assoc-let type + (sx-assoc-let data ;; Is data of the right type? (cl-case type (question (when .title data)) -- cgit v1.2.3