diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-10-17 15:26:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-10-17 15:26:29 +0000 |
commit | 62ef18ce5abe7479c081310c4257ece857d68f58 (patch) | |
tree | 1ea5827212ae824ae36b552611504e9cb171f86d /lisp | |
parent | 83a03f4d38c8fd55be561f3eeab195b7ca311ff9 (diff) | |
download | emacs-62ef18ce5abe7479c081310c4257ece857d68f58.tar.gz emacs-62ef18ce5abe7479c081310c4257ece857d68f58.tar.bz2 emacs-62ef18ce5abe7479c081310c4257ece857d68f58.zip |
(whois-server-list): Fix customization type.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net-utils.el | 2 |
1 files changed, 1 insertions, 1 deletions
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") |