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:
4fe1598
)
(mime-edit-normalize-body): Use "7bit" for nil encoding as an argument
author
morioka
<morioka>
Sun, 20 Sep 1998 04:15:01 +0000
(
04:15
+0000)
committer
morioka
<morioka>
Sun, 20 Sep 1998 04:15:01 +0000
(
04:15
+0000)
of `mime-encode-region'.
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
1aa3c2f
..
e2065cb
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-2069,7
+2069,8
@@
Content-Transfer-Encoding: 7bit
(while (re-search-forward "\\(\\=\\|[^\r]\\)\n" nil t)
(replace-match "\\1\r\n"))))
(goto-char beg)
- (mime-encode-region beg (mime-edit-content-end) encoding)
+ (mime-encode-region beg (mime-edit-content-end)
+ (or encoding "7bit"))
(mime-edit-define-encoding encoding)
))
(goto-char (mime-edit-content-end))