From 62ef18ce5abe7479c081310c4257ece857d68f58 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Oct 1998 15:26:29 +0000 Subject: [PATCH] (whois-server-list): Fix customization type. --- lisp/net-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net-utils.el b/lisp/net-utils.el index 32cdbf0d742..111d20f0239 100644 --- a/lisp/net-utils.el +++ b/lisp/net-utils.el @@ -597,7 +597,7 @@ This list in not complete.") ("whois.ripe.net")) "A list of whois servers that can be queried." :group 'net-utils - :type '(repeat (list))) + :type '(repeat (list string))) (defcustom whois-server-tld '(("rs.internic.net" . "com") -- 2.39.2