aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-question-list.el')
-rw-r--r--sx-question-list.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/sx-question-list.el b/sx-question-list.el
index e94c689..94b5be4 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -447,9 +447,8 @@ Displayed in `sx-question-mode--window', replacing any question
that may currently be there."
(interactive "p")
(sx-question-list-next n)
- (sx-display-question
- (tabulated-list-get-id)
- nil
+ (sx-question-mode--display
+ (tabulated-list-get-id)
(sx-question-list--create-question-window)))
(defun sx-question-list--create-question-window ()