From 23613812eb4cc318cb124253bc31845e40bea057 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 31 Oct 2014 01:55:01 -0400 Subject: Make sure api-response is defined before parsing Whoops. --- stack-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack-core.el') diff --git a/stack-core.el b/stack-core.el index f7381cb..c43d34a 100644 --- a/stack-core.el +++ b/stack-core.el @@ -146,7 +146,7 @@ with the given KEYWORD-ARGUMENTS." optional KEYWORD-ARGUMENTS. If no KEYWORD-ARGUMENTS are given, `stack-core-default-keyword-arguments-alist' is used. Return the entire response as a complex alist." - (let ((api-response + (let* ((api-response (let ((call (stack-core-build-request method -- cgit v1.2.3