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

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

[elpa] externals/oauth2 37cb216 12/23: oauth2: upgrade to 0.8, add missi


From: Stefan Monnier
Subject: [elpa] externals/oauth2 37cb216 12/23: oauth2: upgrade to 0.8, add missing require on cl
Date: Tue, 1 Dec 2020 16:31:59 -0500 (EST)

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

    oauth2: upgrade to 0.8, add missing require on cl
---
 oauth2.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/oauth2.el b/oauth2.el
index 5fa17c0..c7dc56f 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.7
+;; Version: 0.8
 ;; Keywords: comm
 
 ;; This file is part of GNU Emacs.
@@ -35,6 +35,7 @@
 
 ;;; Code:
 
+(require 'cl)
 (require 'plstore)
 (require 'json)
 



reply via email to

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