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") :post-data '(("syntax" . "text")
("title" . "") ("title" . "")
("poster" . "") ("poster" . "")
("expiry_days" . "1")) ("expiry_days" . 1))
:post-field "content" :post-field "content"
:success :success
(cl-function (lambda (&key response &allow-other-keys) (cl-function (lambda (&key response &allow-other-keys)

Loading…
Cancel
Save