diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 12:05:43 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 12:05:43 -0500 |
commit | 51fd9620672ce656a0c660ad9e3a940cc9b435f3 (patch) | |
tree | 028d2962b52f3f01338bc856f36098c759887842 /sx-question-mode.el | |
parent | e05f937910bb4ca0e7ea1c9f1273fbafac523921 (diff) | |
parent | a11be51a7aa5ea26e3d55383d328a0624b924125 (diff) |
Merge pull request #174 from vermiculus/inbox
Implement inbox
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index a60cf3a..7d61167 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -254,7 +254,7 @@ query the api." (if no-update sx-question-mode--data (sx-assoc-let sx-question-mode--data - (sx-question-get-question .site .question_id)))) + (sx-question-get-question .site_par .question_id)))) (goto-char point) (when (equal (selected-window) (get-buffer-window (current-buffer))) |