aboutsummaryrefslogtreecommitdiff
path: root/sx.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-25 20:26:26 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-25 20:26:26 +0000
commitfdacdb9c01d15c53e2642a455c56b91694e5fb1f (patch)
tree0f0a8647d4d0ed1d9bd4ae5bd01420611d7894d6 /sx.el
parent02ee06e2ac494cc599f69784ad9ad6166235a712 (diff)
Fix wrong function
Diffstat (limited to 'sx.el')
-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.