From: okazaki Date: Thu, 27 Dec 2001 07:48:30 +0000 (+0000) Subject: (elmo-nntp-default-user): Customization Type fix. X-Git-Tag: wl-2_8_0~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c402b140440a4365d97cc74d692e6bce3b7f0c33;p=elisp%2Fwanderlust.git (elmo-nntp-default-user): Customization Type fix. --- diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index 9400912..7d6d0e7 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -131,7 +131,8 @@ This is taken precedence over `elmo-network-stream-type-alist'.") (defcustom elmo-nntp-default-user nil "*Default User of NNTP. nil means no user authentication." - :type 'string + :type '(choice (const nil) + string) :group 'elmo :group 'elmo-setting)