summaryrefslogtreecommitdiff
path: root/lisp/url/url-queue.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url/url-queue.el')
-rw-r--r--lisp/url/url-queue.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/url/url-queue.el b/lisp/url/url-queue.el
index e6c8537c469..c5150a93561 100644
--- a/lisp/url/url-queue.el
+++ b/lisp/url/url-queue.el
@@ -33,11 +33,13 @@
(defcustom url-queue-parallel-processes 6
"The number of concurrent processes."
+ :version "24.1"
:type 'integer
:group 'url)
(defcustom url-queue-timeout 5
"How long to let a job live once it's started (in seconds)."
+ :version "24.1"
:type 'integer
:group 'url)