aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx.el b/sx.el
index 82462ae..0f399fc 100644
--- a/sx.el
+++ b/sx.el
@@ -207,7 +207,7 @@ Return the result of BODY."
((derived-mode-p 'sx-question-list-mode)
(sx-question-list-refresh 'redisplay 'no-update))
((derived-mode-p 'sx-question-mode)
- (sx-question-list-refresh 'redisplay 'no-update))))
+ (sx-question-mode-refresh 'no-update))))
(defun sx--copy-data (from to)
"Copy all fields of alist FORM onto TO.