From: Julien Danjou Date: Sat, 29 Jun 2013 08:34:54 +0000 (+0200) Subject: oauth2: release 0.9, require url-http X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/c7cce6e3e536d266c46ae2543ab92c2e0cddbc94 oauth2: release 0.9, require url-http This is needed so that the `flet' calls doesn't restore the overriden function to an unbound one. Signed-off-by: Julien Danjou --- diff --git a/packages/oauth2/oauth2.el b/packages/oauth2/oauth2.el index c7dc56fb4..6ad363969 100644 --- a/packages/oauth2/oauth2.el +++ b/packages/oauth2/oauth2.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2012 Free Software Foundation, Inc ;; Author: Julien Danjou -;; 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'.