(default-mime-charset-for-write): Don't refer `default-mime-charset'.
[elisp/lemi.git] / 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."