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

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

[nongnu] elpa/webpaste 7c3bc88 215/298: Remove unused local variable


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 7c3bc88 215/298: Remove unused local variable
Date: Thu, 9 Dec 2021 19:00:17 -0500 (EST)

branch: elpa/webpaste
commit 7c3bc88a986491241bdbbcd853291ddb55ee32d1
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>

    Remove unused local variable
---
 webpaste.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpaste.el b/webpaste.el
index 983eccb..6003260 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -200,7 +200,7 @@ precalculated, and also available both for pre and post 
request access.")
                  (webpaste--paste-text text))))
 
 
-(cl-defun webpaste--providers-error-lambda-no-failover (&key text)
+(cl-defun webpaste--providers-error-lambda-no-failover (&rest)
   "Predefined error callback for providers that shouldn't do failover."
   (cl-function (lambda (&key error-thrown &allow-other-keys)
                  (message "Got error: %S" error-thrown))))



reply via email to

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