aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-14 09:24:53 -0500
committerSean Allred <code@seanallred.com>2014-11-14 09:24:53 -0500
commit76dde309a49b8959d482257b5622ef6dcf72072c (patch)
treef1ccf9242b36b20556dca8934ccbf38290054fcc
parent8dbe42a9e66e2dd6650409d2a8025a11e581d2b5 (diff)
Use correct method
`sx-request-make' wouldn't behave correctly on this
-rw-r--r--sx-question.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el
index 69a4d7f..40adbcb 100644
--- a/sx-question.el
+++ b/sx-question.el
@@ -54,7 +54,7 @@
(defun sx-question-get-question (site id)
"Get the question ID from SITE."
- (let ((res (sx-request-make
+ (let ((res (sx-method-call
(format "questions/%s" id)
`((site . ,site))
sx-question-browse-filter)))