From fdacdb9c01d15c53e2642a455c56b91694e5fb1f Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 25 Nov 2014 20:26:26 +0000 Subject: Fix wrong function --- sx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3