From 73b380e1407bfc688204812bbf58f9872e57f8c5 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 25 Nov 2014 02:45:48 +0000 Subject: sx can also updates question-mode buffer. --- sx.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sx.el') 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) -- cgit v1.2.3