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:
b93c121
)
2000-02-24 Mito <mit@nines.nec.co.jp>
author
tomo
<tomo>
Fri, 25 Feb 2000 09:19:08 +0000
(09:19 +0000)
committer
tomo
<tomo>
Fri, 25 Feb 2000 09:19:08 +0000
(09:19 +0000)
* mime-edit.el (mime-edit-normalize-body): Fix number of arguments
against enriched-encode.
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
bf2b552
..
c2ddf2a
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-2244,7
+2244,7
@@
Content-Description: S/MIME Encrypted Message][base64]]\n")
;; (point)
;; 'hard t)))
;; End patch for hard newlines
- (enriched-encode beg end)
+ (enriched-encode beg end nil)
(goto-char beg)
(if (search-forward "\n\n")
(delete-region beg (match-end 0))