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

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

[nongnu] elpa/webpaste bf8f03c 023/298: Spacing


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste bf8f03c 023/298: Spacing
Date: Thu, 9 Dec 2021 18:59:37 -0500 (EST)

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

    Spacing
---
 webpaste.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/webpaste.el b/webpaste.el
index 61fb607..48d9b57 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -121,18 +121,21 @@ provider.  The lamda should call ‘webpaste-return-url’ 
with resulting url to
 return it to the user."
   :group 'webpaste)
 
+
 (defcustom webpaste-provider-priority ()
   "Define provider priority of which providers to try in which order.
 This variable should be a list of strings and if it isn't defined it will
 default to all providers in order defined in ‘webpaste-providers’ list."
   :group 'webpaste)
 
+
 (defvar webpaste-tested-providers ()
   "Variable for storing which providers to try in which order while running.
 This list will be re-populated each run based on ‘webpaste-provider-priority’ 
or
 if that variable is nil, it will use the list of names from 
‘webpaste-providers’
 each run.")
 
+
 (provide 'webpaste)
 
 ;;; webpaste.el ends here



reply via email to

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