diff options
author | Jonathan Leech-Pepin <jonathan@leechpepin.com> | 2014-11-26 09:09:48 -0500 |
---|---|---|
committer | Jonathan Leech-Pepin <jonathan@leechpepin.com> | 2014-11-26 09:09:48 -0500 |
commit | 536a325f55b5c757e3acf5a96b00cb4367999c05 (patch) | |
tree | cb5f75cf41ec9362c759857cef0f065e34b5c5a2 | |
parent | 8cbc523812a069b82048f3a4bad088682913274c (diff) |
Fixes #92. Change default filter from `'none` to `'(())`.
-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 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) |