Skip to content

Commit

Permalink
Gist <form> has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Oct 19, 2009
1 parent 5787e29 commit a806e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gist.el
Expand Up @@ -90,7 +90,7 @@ With a prefix argument, makes a private paste."
(url-request-method "POST")
(url-request-data
(gist-make-query-string
`(,@(if private '(("private" . "1")))
`(,@(if private '(("action_button" . "private")))
("login" . ,login)
("token" . ,token)
("file_ext[gistfile1]" . ,(concat "." ext))
Expand Down

0 comments on commit a806e4f

Please sign in to comment.