(wl-draft-mime-bcc-body): Customization type fix.
authorokazaki <okazaki>
Fri, 19 Dec 2003 11:05:33 +0000 (11:05 +0000)
committerokazaki <okazaki>
Fri, 19 Dec 2003 11:05:33 +0000 (11:05 +0000)
wl/wl-vars.el

index e8c7359..159b436 100644 (file)
@@ -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