diff options
author | Sean Allred <code@seanallred.com> | 2014-11-26 10:08:17 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-26 10:08:17 -0500 |
commit | df6b6e57304c2415c111b4770608e81f4506fac9 (patch) | |
tree | cb5f75cf41ec9362c759857cef0f065e34b5c5a2 | |
parent | 8cbc523812a069b82048f3a4bad088682913274c (diff) | |
parent | 536a325f55b5c757e3acf5a96b00cb4367999c05 (diff) |
Merge pull request #106 from jleechpe/issue-92
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) |