diff options
author | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-17 09:08:36 -0500 |
---|---|---|
committer | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-17 09:08:36 -0500 |
commit | 5ef7b4683cc8feceee0b8862df987a0bdde7a0f1 (patch) | |
tree | 328265178cadccaa79a900eccc34481ed96f7156 /sx-filter.el | |
parent | a3d1ea047d0f4a5d4c4900b95de66955e65aa3d5 (diff) | |
parent | abb70f545aa7594a7c37e8335614c23a692b8a03 (diff) |
Merge branch 'master' into sx-request-make-update
Diffstat (limited to 'sx-filter.el')
-rw-r--r-- | sx-filter.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-filter.el b/sx-filter.el index acd8fc1..90681e8 100644 --- a/sx-filter.el +++ b/sx-filter.el @@ -54,7 +54,7 @@ or string." "filter/create" keyword-arguments))) (sx-assoc-let (elt response 0) - (url-hexify-string .filter))))) + .filter)))) ;;; Storage and Retrieval |