projects
/
elisp
/
lemi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b03816
)
(default-mime-charset-for-write): Don't refer `default-mime-charset'.
author
tomo
<tomo>
Sat, 12 Aug 2000 04:06:07 +0000
(
04:06
+0000)
committer
tomo
<tomo>
Sat, 12 Aug 2000 04:06:07 +0000
(
04:06
+0000)
mime/mcharset.el
patch
|
blob
|
history
diff --git
a/mime/mcharset.el
b/mime/mcharset.el
index
156c34e
..
d1550ab
100644
(file)
--- a/
mime/mcharset.el
+++ b/
mime/mcharset.el
@@
-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."