aboutsummaryrefslogtreecommitdiff
path: root/sx.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx.el')
-rw-r--r--sx.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/sx.el b/sx.el
index 09b5181..5fbfbb8 100644
--- a/sx.el
+++ b/sx.el
@@ -199,6 +199,8 @@ Return the result of BODY."
"Refresh the question list if we're inside it."
(cond
((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))))
(defun sx--copy-data (from to)