(mime-charset-coding-system-alist): Use 'raw-text for us-ascii in
authormorioka <morioka>
Mon, 27 Apr 1998 18:17:50 +0000 (18:17 +0000)
committermorioka <morioka>
Mon, 27 Apr 1998 18:17:50 +0000 (18:17 +0000)
default setting.

emu-20.el

index a6e0e92..7b653da 100644 (file)
--- a/emu-20.el
+++ b/emu-20.el
@@ -73,7 +73,7 @@ This constant is defined to emulate old MULE anything older than MULE
 
 (defcustom mime-charset-coding-system-alist
   `,(let ((rest
-          '((us-ascii      . iso-8859-1)
+          '((us-ascii      . raw-text)
             (gb2312        . cn-gb-2312)
             (iso-2022-jp-2 . iso-2022-7bit-ss2)
             (x-ctext       . ctext)