projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b5bc5
)
(mime-text-insert-decoded-body): Specify line break code type as CRLF.
author
morioka
<morioka>
Mon, 10 Aug 1998 17:41:29 +0000
(17:41 +0000)
committer
morioka
<morioka>
Mon, 10 Aug 1998 17:41:29 +0000
(17:41 +0000)
mime-text.el
patch
|
blob
|
history
diff --git
a/mime-text.el
b/mime-text.el
index
d0860d2
..
025172d
100644
(file)
--- a/
mime-text.el
+++ b/
mime-text.el
@@
-46,7
+46,8
@@
SITUATION. It must be symbol."
(or (mime-content-type-parameter
(mime-entity-content-type entity)
"charset")
- default-mime-charset))
+ default-mime-charset)
+ 'CRLF)
)))
(run-hooks 'mime-text-decode-hook)
)