------------------------------------------------------------
revno: 414
revision-id: jul...@danjou.info-20130629083454-96bacu87k5h4y2qi
parent: monn...@iro.umontreal.ca-20130627160544-jre0kacjxsfvwspx
committer: Julien Danjou <jul...@danjou.info>
branch nick: master
timestamp: Sat 2013-06-29 10:34:54 +0200
message:
  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 <jul...@danjou.info>
modified:
  packages/oauth2/oauth2.el      oauth2.el-20110923153127-e7hskyq5gbvtqtfk-2
=== modified file 'packages/oauth2/oauth2.el'
--- a/packages/oauth2/oauth2.el	2012-08-01 10:49:42 +0000
+++ b/packages/oauth2/oauth2.el	2013-06-29 08:34:54 +0000
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2011-2012 Free Software Foundation, Inc
 
 ;; Author: Julien Danjou <jul...@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'.

Reply via email to