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

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

[nongnu] elpa/webpaste 2c5eb3c 149/298: Fix broken build.


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 2c5eb3c 149/298: Fix broken build.
Date: Thu, 9 Dec 2021 19:00:03 -0500 (EST)

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

    Fix broken build.
---
 webpaste.el | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/webpaste.el b/webpaste.el
index d7bd5a7..1fd9216 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -96,8 +96,7 @@ precalculated, and also available both for pre and post 
request access.")
     (php-mode . "php")
     (python-mode . "python")
     (yaml-mode . "yaml"))
-  "Alist that maps `major-mode' names to language names."
-  :type '(alist :key-type symbol :value-type string))
+  "Alist that maps `major-mode' names to language names.")
 
 
 ;;; Predefined error lambda for providers
@@ -259,7 +258,6 @@ Optional params:
                               :provider-uri uri
                               :post-field post-field
                               :post-lang-field-name post-lang-field-name
-                              :lang-overrides lang-overrides
                               :post-data post-data)
                :parser parser
                :success success-lambda
@@ -333,9 +331,7 @@ Optional params:
   "Define all webpaste.el providers.
 Consists of provider name and lambda function to do the actuall call to the
 provider.  The lamda should call ‘webpaste-return-url’ with resulting url to
-return it to the user."
-  :type  '(alist :key-type (string :tag "provider name")
-                 :value-type (sexp :tag "webpaste-provider function definition 
for the provider")))
+return it to the user.")
 
 
 



reply via email to

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