diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 12:08:04 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 12:08:04 -0500 |
commit | a7a78c9aa8a8cffe50a9d8919453b88a396342da (patch) | |
tree | d35c7f0447fd6d64f59a760a604e9ff335b7bea2 /sx-question-mode.el | |
parent | 57a784d6810ab19771db46d9339b73ab27240b87 (diff) | |
parent | 51fd9620672ce656a0c660ad9e3a940cc9b435f3 (diff) |
Merge branch 'master' into search
Branch: search
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 05b8984..721f935 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -255,7 +255,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))) |