diff options
author | Sean Allred <code@seanallred.com> | 2014-11-25 09:08:27 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-25 09:08:27 -0500 |
commit | 533e0523c5762095fcdad06785e1767725b30e02 (patch) | |
tree | 5ea11b077163a49dc95339df745470d65e19cd63 /sx-question-mode.el | |
parent | 2fb474ec492695c550672664832375d206c54890 (diff) | |
parent | 7513e83bd978dbd06b7298d32db71dce43d47c3e (diff) |
Merge pull request #90 from vermiculus/refactor-question-list
Refactor question list
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 () |