From a806e4fec68010cb584d196cbb6ddcba615ea0a6 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 19 Oct 2009 13:18:42 -0700 Subject: [PATCH] Gist
has changed --- gist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gist.el b/gist.el index 9b2f674..7140775 100644 --- a/gist.el +++ b/gist.el @@ -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))