projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e3f35c
)
(mime-charset-coding-system-alist): Use 'raw-text for us-ascii in
author
morioka
<morioka>
Mon, 27 Apr 1998 18:17:50 +0000
(18:17 +0000)
committer
morioka
<morioka>
Mon, 27 Apr 1998 18:17:50 +0000
(18:17 +0000)
default setting.
emu-20.el
patch
|
blob
|
history
diff --git
a/emu-20.el
b/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)