diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 11:21:02 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 11:21:02 -0500 |
commit | 92ec323425057284de93c90b7ae0e8f5e96611b6 (patch) | |
tree | 65112f05a72c0ba4ac74076d1c53f6612deeb1cd /sx-method.el | |
parent | 9c2df708ac4dc62c34882b7978761cf1f73e063f (diff) | |
parent | 6848008b60938100d04cda96c093a24cb3370f9a (diff) |
Merge branch 'master' into issue-100
Diffstat (limited to 'sx-method.el')
-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) |