diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 16:52:57 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 17:07:14 -0200 |
commit | 2f35ff59ca5c28129d9a3ca3546a8b41cdf1ec1d (patch) | |
tree | 17180acc75167f107ace4de649f8140e3c04da2e /sx-interaction.el | |
parent | 6bb1f537a130900b44d8170e61dbb946303af9b5 (diff) |
Only favorite questions
Diffstat (limited to 'sx-interaction.el')
-rw-r--r-- | sx-interaction.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |