diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 20:26:26 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 20:26:26 +0000 |
commit | fdacdb9c01d15c53e2642a455c56b91694e5fb1f (patch) | |
tree | 0f0a8647d4d0ed1d9bd4ae5bd01420611d7894d6 /sx.el | |
parent | 02ee06e2ac494cc599f69784ad9ad6166235a712 (diff) |
Fix wrong function
Diffstat (limited to 'sx.el')
-rw-r--r-- | sx.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |