From c402b140440a4365d97cc74d692e6bce3b7f0c33 Mon Sep 17 00:00:00 2001 From: okazaki Date: Thu, 27 Dec 2001 07:48:30 +0000 Subject: [PATCH] (elmo-nntp-default-user): Customization Type fix. --- elmo/elmo-vars.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 1.7.10.4