aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-10-31 01:55:01 -0400
committerSean Allred <code@seanallred.com>2014-10-31 01:55:01 -0400
commit23613812eb4cc318cb124253bc31845e40bea057 (patch)
treea267e07fcf2950cacfb8d75216c8bf6ee21476b8
parent4a5119c3ace6391132d66258c0e771b69cb3ff8c (diff)
Make sure api-response is defined before parsing
Whoops.
-rw-r--r--stack-core.el2
1 files changed, 1 insertions, 1 deletions
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