diff options
author | Sean Allred <code@seanallred.com> | 2014-11-28 23:59:59 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-28 23:59:59 -0500 |
commit | 98478b0bcfdf3c11f2cf30c438843994cc4100c5 (patch) | |
tree | 13ec6d96fd146dbe47475fbda1d2fc38ae2f5ae9 /sx-method.el | |
parent | 448cb6f3635c8c6c6e92fa8f30631235c723b137 (diff) | |
parent | 73e37ca539fe7b620f066f4dd56ef97f0e4b91c7 (diff) |
Merge pull request #118 from vermiculus/compilation-issues
Compilation issues
Diffstat (limited to 'sx-method.el')
-rw-r--r-- | sx-method.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-method.el b/sx-method.el index 1b20cbf..83455b8 100644 --- a/sx-method.el +++ b/sx-method.el @@ -82,7 +82,8 @@ Return the entire response as a complex alist." (prog1 (format "?site=%s" site) (setq site nil))))) - (call #'sx-request-make)) + (call #'sx-request-make) + parameters) (lwarn "sx-call-method" :debug "A: %S T: %S. M: %S,%s. F: %S" (equal 'warn auth) access-token method-auth full-method filter-auth) (unless access-token |