Changed string to number

master
Elis Axelsson 10 years ago
parent b4c08a56e6
commit c57cd53b60
  1. 2
      webpaste.el

@ -135,7 +135,7 @@ Usage:
:post-data '(("syntax" . "text")
("title" . "")
("poster" . "")
("expiry_days" . "1"))
("expiry_days" . 1))
:post-field "content"
:success
(cl-function (lambda (&key response &allow-other-keys)

Loading…
Cancel
Save