aboutsummaryrefslogtreecommitdiff
path: root/sx-filter.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-12 19:27:57 -0500
committerSean Allred <code@seanallred.com>2014-11-12 19:27:57 -0500
commit0a90014486f15138a457f17278e06008e7bda309 (patch)
treee05587fe742ded2795267caa755130e80fae118e /sx-filter.el
parent92d30aeee31c80238a4ce5a825806dadc0e3a065 (diff)
parentea1a5e0e1ade29688d7db420d564e494dea7974c (diff)
Merge pull request #40 from vermiculus/new-assoc-let
Fix performance issues with `sx-assoc-let' macro
Diffstat (limited to 'sx-filter.el')
-rw-r--r--sx-filter.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-filter.el b/sx-filter.el
index aa815a2..acd8fc1 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)))))
+ (url-hexify-string .filter)))))
;;; Storage and Retrieval