Skip to content

Commit

Permalink
Remove ampersand, get gist.el creation working
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Aug 27, 2008
1 parent 96f8522 commit f3cabf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gist.el
Expand Up @@ -23,7 +23,7 @@ Copies the URL into the kill ring."
"-F 'file_ext[gistfile1]=.%s' "
"-F 'file_name[gistfile1]=%s' "
"-F 'file_contents[gistfile1]=<-' "
"http://gist.github.com/gists &") ext name)
"http://gist.github.com/gists") ext name)
output)
(with-current-buffer output
(re-search-backward "href=\"\\(.*\\)\"")
Expand Down

0 comments on commit f3cabf3

Please sign in to comment.