aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-question.el')
-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)))