master
Elis Axelsson 10 years ago
parent 14a1e6e092
commit bf8f03c7fe
  1. 3
      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

Loading…
Cancel
Save