diff options
author | Sean Allred <code@seanallred.com> | 2014-11-25 21:55:46 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-25 21:55:46 -0500 |
commit | 07a1456fe7a91d1589f689d40ac4391f35e695b9 (patch) | |
tree | 1c79f7808dc280e29ca2ca93dc57792ba8286d4f /sx-question.el | |
parent | 56c95d4670f97c66e9cfcf52b6209f954a284b21 (diff) | |
parent | 977182943de4e3824a9178f3f3c114648b227265 (diff) |
Merge pull request #95 from vermiculus/commenting
Commenting
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el index de07c94..a7aadb2 100644 --- a/sx-question.el +++ b/sx-question.el @@ -43,7 +43,7 @@ property. "Query SITE for a QUESTION-ID and return it. If QUESTION-ID doesn't exist on SITE, raise an error." (let ((res (sx-method-call 'questions - :id id + :id question-id :site site :auth t :filter sx-browse-filter))) |