]> code.delx.au - gnu-emacs-elpa/commitdiff
oauth2: release 0.9, require url-http
authorJulien Danjou <julien@danjou.info>
Sat, 29 Jun 2013 08:34:54 +0000 (10:34 +0200)
committerJulien Danjou <julien@danjou.info>
Sat, 29 Jun 2013 08:34:54 +0000 (10:34 +0200)
This is needed so that the `flet' calls doesn't restore the overriden
function to an unbound one.

Signed-off-by: Julien Danjou <julien@danjou.info>
packages/oauth2/oauth2.el

index c7dc56fb440f670f30b8b4f809b65431c74b24cf..6ad3639696fe38cb30868bcd92c2832cf25c133a 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2012 Free Software Foundation, Inc
 
 ;; Author: Julien Danjou <julien@danjou.info>
-;; Version: 0.8
+;; Version: 0.9
 ;; Keywords: comm
 
 ;; This file is part of GNU Emacs.
@@ -38,6 +38,7 @@
 (require 'cl)
 (require 'plstore)
 (require 'json)
+(require 'url-http)
 
 (defun oauth2-request-authorization (auth-url client-id &optional scope state redirect-uri)
   "Request OAuth authorization at AUTH-URL by launching `browse-url'.