diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-15 18:37:09 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-15 18:37:09 -0200 |
commit | 8bccdce22f50dad70232a4e902e5770576e8e830 (patch) | |
tree | 6ddbf583adff36443d7e2d18672ca0fec791a726 | |
parent | 6956c17e1e7ef2899026ad365a0acdd4ce63cb80 (diff) |
sx-display-question is not known to be defined.
It was the wrong function to use anyway.
-rw-r--r-- | sx-question-list.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index e94c689..94b5be4 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -447,9 +447,8 @@ Displayed in `sx-question-mode--window', replacing any question that may currently be there." (interactive "p") (sx-question-list-next n) - (sx-display-question - (tabulated-list-get-id) - nil + (sx-question-mode--display + (tabulated-list-get-id) (sx-question-list--create-question-window))) (defun sx-question-list--create-question-window () |