diff options
-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 |