From: tomo Date: Sat, 12 Aug 2000 04:06:48 +0000 (+0000) Subject: (default-mime-charset): Use `x-unknown' as default value. X-Git-Tag: semi21-2000-08-26~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=619a97aad63198a5b4ee3531b21d7d6bc67266ce;p=elisp%2Flemi.git (default-mime-charset): Use `x-unknown' as default value. --- diff --git a/mime/mcs-20.el b/mime/mcs-20.el index aa4743f..87869c1 100644 --- a/mime/mcs-20.el +++ b/mime/mcs-20.el @@ -132,7 +132,7 @@ is specified, it is used as line break code type of coding-system." (widget-apply widget :notify widget event) (widget-setup))) -(defcustom default-mime-charset 'x-ctext +(defcustom default-mime-charset 'x-unknown "Default value of MIME-charset. It is used when MIME-charset is not specified. It must be symbol."