diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-27 01:47:11 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-27 01:47:11 +0000 |
commit | f9c12d9c09e1dff7c29b3bf94dbccd042f48f078 (patch) | |
tree | 78c663d226aa305dbe67271338b3949f291d7a63 | |
parent | 5c416202f4897e04d8f5eadc0457b86ca643e716 (diff) |
Function quote sx-request-make
-rw-r--r-- | sx-method.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-method.el b/sx-method.el index 4810e8c..1b20cbf 100644 --- a/sx-method.el +++ b/sx-method.el @@ -82,7 +82,7 @@ Return the entire response as a complex alist." (prog1 (format "?site=%s" site) (setq site nil))))) - (call 'sx-request-make)) + (call #'sx-request-make)) (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 |