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

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

[nongnu] elpa/webpaste 2250993 061/298: Fix eval of macros


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 2250993 061/298: Fix eval of macros
Date: Thu, 9 Dec 2021 18:59:44 -0500 (EST)

branch: elpa/webpaste
commit 2250993023f348e2fee2c1ff3b95833a009361e7
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Fix eval of macros
---
 webpaste.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpaste.el b/webpaste.el
index 208b340..35c31a0 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -189,7 +189,7 @@ When we run out of providers to try, it will restart since
     (setq webpaste-tested-providers (cdr webpaste-tested-providers))
 
     ;; Run pasting function
-    (funcall (cdr (assoc provider-name webpaste-providers-alist)) text)))
+    (funcall (eval (cdr (assoc provider-name webpaste-providers-alist))) 
text)))
 
 
 ;;;###autoload



reply via email to

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