From: Glenn Morris Date: Wed, 1 Jun 2011 17:34:24 +0000 (-0700) Subject: Add :version tags for url-queue.el. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b7d5980c94cdf3188b2a5bb002e00d887312957;p=emacs.git Add :version tags for url-queue.el. * lisp/url/url-queue.el (url-queue-parallel-processes, url-queue-timeout): Add :version tag for options that will be new in 24.1. --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 1f2784fe656..e5ab59e828f 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,8 @@ +2011-06-01 Glenn Morris + + * url-queue.el (url-queue-parallel-processes, url-queue-timeout): + Add :version tag for options that will be new in 24.1. + 2011-05-31 Lars Magne Ingebrigtsen * url-queue.el (url-queue-parallel-processes): Increase the 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)