aboutsummaryrefslogtreecommitdiff
path: root/sx-question.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-14 14:29:26 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-14 14:29:26 +0000
commit8d14a6b425d27b7b942f3922d583877ec8b00690 (patch)
treebafb67f5243ae30d5a4fae469ee87f6ddebbfec6 /sx-question.el
parent96a45d820fb4499acadb2e8103ba786d06054e03 (diff)
parent46f5d074a22c48897e53ef36d2e58c029ec7aedd (diff)
Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into sx-question-mode
Diffstat (limited to 'sx-question.el')
-rw-r--r--sx-question.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question.el b/sx-question.el
index 69a4d7f..d15cc80 100644
--- a/sx-question.el
+++ b/sx-question.el
@@ -54,13 +54,13 @@
(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)))
(if (vectorp res)
(elt res 0)
- (error "Couldn't find question %s in %s" id site))))
+ (error "Couldn't find question %S in %S" id site))))
;;; Question Properties