(default-mime-charset-for-write): Don't refer `default-mime-charset'.
authortomo <tomo>
Sat, 12 Aug 2000 04:06:07 +0000 (04:06 +0000)
committertomo <tomo>
Sat, 12 Aug 2000 04:06:07 +0000 (04:06 +0000)
mime/mcharset.el

index 156c34e..d1550ab 100644 (file)
@@ -51,7 +51,7 @@
   (if (and (fboundp 'find-coding-system)
           (find-coding-system 'utf-8))
       'utf-8
-    default-mime-charset)
+    'x-ctext)
   "Default value of MIME-charset for encoding.
 It may be used when suitable MIME-charset is not found.
 It must be symbol."