diff options
author | Sean Allred <code@seanallred.com> | 2014-12-02 00:04:16 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-12-02 00:04:16 -0500 |
commit | d72f3128b1c4615c2d9c38550c0f244d4096d9df (patch) | |
tree | ec823060b33335c5f4aa6843d5203056bcaaee38 | |
parent | 6c111d0eb2e6a15c02a925458d64b870c96ac74c (diff) |
Add missing dot-operator
-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 d0c4c47..7f851e7 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -169,7 +169,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 |