diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-03 14:39:53 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-03 14:39:53 +0000 |
commit | 21e526919594fcb89b298366c210fb54676e7e9a (patch) | |
tree | fe76d354fcaaa16c649261735512666051e1c4db /sx-method.el | |
parent | 46de3f0ddba5a7611f025b816d637136593b20b1 (diff) | |
parent | 07dc04e1e5111fff7f2905a155271edde3ce754c (diff) |
Merge branch 'master' into answering
Conflicts:
sx-question-list.el
sx-question-print.el
sx-tab.el
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 |