diff options
author | Sean Allred <code@seanallred.com> | 2014-12-03 19:45:38 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-12-03 19:45:38 -0500 |
commit | 90f7bbdd23b99e311fd4942a30ad531420fc0ce2 (patch) | |
tree | c77890b4800813287f5d2fdf38effd389c219164 /sx-interaction.el | |
parent | 67b60ea558f0386a1ea3dadcf3a9c4d22d398620 (diff) | |
parent | 6b2ecadd89e31feb994883987c38f6988a140b8c (diff) |
Merge pull request #131 from vermiculus/issue-130
url-hexify values in key-value pairs
Diffstat (limited to 'sx-interaction.el')
-rw-r--r-- | sx-interaction.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el index 89050c3..9b63e0a 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -230,7 +230,7 @@ TEXT is a string. Interactively, it is read from the minibufer." :url-method "POST" :filter sx-browse-filter :site .site - :keywords `((body ,text))))) + :keywords `((body . ,text))))) ;; The api returns the new DATA. (when (> (length result) 0) (sx--add-comment-to-object |