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." return it to the user."
:group 'webpaste) :group 'webpaste)
(defcustom webpaste-provider-priority () (defcustom webpaste-provider-priority ()
"Define provider priority of which providers to try in which order. "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 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." default to all providers in order defined in webpaste-providers list."
:group 'webpaste) :group 'webpaste)
(defvar webpaste-tested-providers () (defvar webpaste-tested-providers ()
"Variable for storing which providers to try in which order while running. "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 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 if that variable is nil, it will use the list of names from webpaste-providers
each run.") each run.")
(provide 'webpaste) (provide 'webpaste)
;;; webpaste.el ends here ;;; webpaste.el ends here

Loading…
Cancel
Save