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

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

[nongnu] elpa/webpaste e905bbc 066/298: Change value-type to catch-all s


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste e905bbc 066/298: Change value-type to catch-all sexp since it's not functions anymore
Date: Thu, 9 Dec 2021 18:59:45 -0500 (EST)

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

    Change value-type to catch-all sexp since it's not functions anymore
---
 webpaste.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpaste.el b/webpaste.el
index 9f2429c..f6f132d 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -147,7 +147,7 @@ provider.  The lamda should call ‘webpaste-return-url’ with 
resulting url to
 return it to the user."
   :group 'webpaste
   :type  '(alist :key-type (string :tag "provider name")
-                 :value-type (function :tag "webpaste-provider macro 
definition for the provider")))
+                 :value-type (sexp :tag "webpaste-provider macro definition 
for the provider")))
 
 
 ;;;###autoload



reply via email to

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