From 76dde309a49b8959d482257b5622ef6dcf72072c Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 14 Nov 2014 09:24:53 -0500 Subject: Use correct method `sx-request-make' wouldn't behave correctly on this --- sx-question.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.3