aboutsummaryrefslogtreecommitdiff
path: root/sx-compose.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-compose.el')
-rw-r--r--sx-compose.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-compose.el b/sx-compose.el
index d27d2f3..8a8637b 100644
--- a/sx-compose.el
+++ b/sx-compose.el
@@ -188,7 +188,7 @@ respectively added locally to `sx-compose-before-send-hook' and
(.comment_id 'comments)
(t 'answers))
:auth 'warn
- :url-method "POST"
+ :url-method 'post
:filter sx-browse-filter
:site site
:keywords (sx-compose--generate-keywords is-question)
@@ -196,7 +196,7 @@ respectively added locally to `sx-compose-before-send-hook' and
:submethod 'edit)))
(lambda () (sx-method-call 'questions
:auth 'warn
- :url-method "POST"
+ :url-method 'post
:filter sx-browse-filter
:site site
:keywords (sx-compose--generate-keywords is-question)