emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] elpa r414: oauth2: release 0.9, require url-http


From: Julien Danjou
Subject: [ELPA-diffs] elpa r414: oauth2: release 0.9, require url-http
Date: Sat, 29 Jun 2013 08:35:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 414
revision-id: address@hidden
parent: address@hidden
committer: Julien Danjou <address@hidden>
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 <address@hidden>
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 <address@hidden>
-;; 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

[Prev in Thread] Current Thread [Next in Thread]