From 48ff22aa23b07d946d0acbb0ccec657824135208 Mon Sep 17 00:00:00 2001 From: okazaki Date: Fri, 19 Dec 2003 11:05:33 +0000 Subject: [PATCH] (wl-draft-mime-bcc-body): Customization type fix. --- wl/wl-vars.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wl/wl-vars.el b/wl/wl-vars.el index e8c7359..159b436 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1187,7 +1187,8 @@ This can either be a regular expression or list of regular expressions." (defcustom wl-draft-mime-bcc-body nil "Body string for MIME-encapsulated Bcc. If nil, a string `This is a blind carbon copy.' is used." - :type '(string :tag "Body") + :type '(choice (const :tag "default" nil) + (string :tag "Body")) :group 'wl-draft) (defcustom wl-draft-disable-bcc-for-mime-bcc t -- 1.7.10.4