From: okazaki Date: Thu, 27 Dec 2001 07:36:53 +0000 (+0000) Subject: (elmo-nntp-default-user): Customization Type fix. X-Git-Tag: wl-2_9_5~47 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=92b962b1afabd56ec19b460907f966e922660a1d;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)