[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix random selection of keyserver
From: |
Andreas Schwab |
Subject: |
Re: [PATCH] Fix random selection of keyserver |
Date: |
Mon, 31 May 2021 13:43:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
On Mai 31 2021, Philip Kaludercic wrote:
> diff --git a/lisp/epa-ks.el b/lisp/epa-ks.el
> index a33025b112..1d17c1399c 100644
> --- a/lisp/epa-ks.el
> +++ b/lisp/epa-ks.el
> @@ -42,8 +42,9 @@ epa-keyserver
> "Domain of keyserver.
>
> This is used by `epa-ks-lookup-key', for looking up public keys."
> - :type '(choice :tag "Keyserver"
> - (const random)
> + :type `(choice :tag "Keyserver"
> + (repeat :tag "Random pool"
> + (string :tag "Keyserver address"))
The backquote is no longer needed.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."