diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-24 16:21:55 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-24 16:22:02 +0000 |
commit | 93ab8319ee5657cd0c2e227c693bafb78812e19b (patch) | |
tree | c88f6aee2f0e42638a1cc8d153a3ede4d0fb3977 /sx-question-mode.el | |
parent | 9f3cc0190f844d13f4770d50e444fd64ce635b2f (diff) |
Streamline the refactoring
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index f1705a5..a9e14e7 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -604,8 +604,7 @@ comments, and redisplays it." (sx-question-mode--ensure-mode) (sx-assoc-let sx-question-mode--data (sx-question-mode--display - (sx-question-get-question - sx-question-list--current-site .question_id) + (sx-question-get-question .site .question_id) (selected-window)))) (defun sx-question-mode--ensure-mode () |