From 536a325f55b5c757e3acf5a96b00cb4367999c05 Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Wed, 26 Nov 2014 09:09:48 -0500 Subject: Fixes #92. Change default filter from `'none` to `'(())`. --- sx-method.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx-method.el b/sx-method.el index 04d973d..4bd98a5 100644 --- a/sx-method.el +++ b/sx-method.el @@ -35,7 +35,7 @@ (cl-defun sx-method-call (method &key id submethod keywords - (filter 'none) + (filter '(())) auth (url-method "GET") site) -- cgit v1.2.3