From 2f35ff59ca5c28129d9a3ca3546a8b41cdf1ec1d Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 4 Jan 2015 16:52:57 -0200 Subject: Only favorite questions --- 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 17c23bd..80c8e5a 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -194,7 +194,7 @@ If WINDOW nil, the window is decided by "Favorite question given by DATA. Interactively, it is guessed from context at point. With the UNDO prefix argument, unfavorite the question instead." - (interactive (list (sx--error-if-unread (sx--data-here)) + (interactive (list (sx--error-if-unread (sx--data-here 'question)) current-prefix-arg)) (sx-assoc-let data (sx-method-call 'questions -- cgit v1.2.3