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

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

[nongnu] elpa/webpaste 1c7b313 021/298: Added variable for providers pri


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 1c7b313 021/298: Added variable for providers priority when running
Date: Thu, 9 Dec 2021 18:59:36 -0500 (EST)

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

    Added variable for providers priority when running
---
 webpaste.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/webpaste.el b/webpaste.el
index a975ff7..cbbfb55 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -120,6 +120,12 @@ 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]