diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-12 21:19:31 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-12 21:19:31 +0000 |
commit | 08eea895f1a445156c2e1c382bf167ba6d9d4515 (patch) | |
tree | e4fc73e5a4ffef0c94550c56548125ca70232925 /sx-filter.el | |
parent | 67adfdc14d882d2cc208476b0fc15929161433e6 (diff) |
Update code to new assoc-let
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 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 |