diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-09 15:10:26 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-09 15:10:26 +0000 |
commit | db82dc546b528eef2487820381884c7c67e3683a (patch) | |
tree | 00fc5da4031932315956e79952aa4cce2e68e6db /sx-interaction.el | |
parent | 2651764450b76bd6573cfea2b98f54beeae4f0f1 (diff) | |
parent | a983476a59701f1cc01580b16fc5235360054adf (diff) |
Merge branch 'master' into fix-@highligthing
Conflicts:
test/tests.el
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 |