diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-17 11:33:53 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-17 11:33:53 +0000 |
commit | 34d28e79f4a6049dc4ceb44397a2ca0725cecd5f (patch) | |
tree | 74df45a8c97a39c96283c304f8068ae0d1b0d428 /sx-question.el | |
parent | 7052a69347e965ac94ea691c8bfe88a1f3825855 (diff) |
Define -visit to use answer link if available.
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sx-question.el b/sx-question.el index fc44bd8..6ef9484 100644 --- a/sx-question.el +++ b/sx-question.el @@ -34,11 +34,13 @@ question.answers question.last_editor question.accepted_answer_id + question.link user.display_name comment.owner comment.body_markdown comment.body answer.last_editor + answer.link answer.owner answer.body_markdown answer.comments) |