diff options
| author | Glenn Morris <rgm@gnu.org> | 2011-06-01 10:34:24 -0700 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2011-06-01 10:34:24 -0700 |
| commit | 3b7d5980c94cdf3188b2a5bb002e00d887312957 (patch) | |
| tree | 416f353d938feed7e2f8f63113a6077b37ac0c31 /lisp | |
| parent | fe91f5a0910e3d5c4f99d98733ffe4d1b87ba7da (diff) | |
| download | emacs-3b7d5980c94cdf3188b2a5bb002e00d887312957.tar.gz | |
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.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/url/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/url/url-queue.el | 2 |
2 files changed, 7 insertions, 0 deletions
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 <rgm@gnu.org> + + * 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 <larsi@gnus.org> * 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) |
