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

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

[elpa] externals/oauth2 f4f8aca 13/23: oauth2: release 0.9, require url-


From: Stefan Monnier
Subject: [elpa] externals/oauth2 f4f8aca 13/23: oauth2: release 0.9, require url-http
Date: Tue, 1 Dec 2020 16:32:00 -0500 (EST)

branch: externals/oauth2
commit f4f8acaaad0bd41737c140af9b7fbf1361b11705
Author: Julien Danjou <julien@danjou.info>
Commit: Julien Danjou <julien@danjou.info>

    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 <julien@danjou.info>
---
 oauth2.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/oauth2.el b/oauth2.el
index c7dc56f..6ad3639 100644
--- a/oauth2.el
+++ b/oauth2.el
@@ -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'.



reply via email to

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