From f9c12d9c09e1dff7c29b3bf94dbccd042f48f078 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 27 Nov 2014 01:47:11 +0000 Subject: Function quote sx-request-make --- sx-method.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3