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:
6f51fe6
)
(mime-method-to-verify-application/pgp-signature): Use
author
morioka
<morioka>
Sat, 14 Mar 1998 13:09:10 +0000
(13:09 +0000)
committer
morioka
<morioka>
Sat, 14 Mar 1998 13:09:10 +0000
(13:09 +0000)
`write-region-as-binary'.
mime-pgp.el
patch
|
blob
|
history
diff --git
a/mime-pgp.el
b/mime-pgp.el
index
1dabb5b
..
88b6e28
100644
(file)
--- a/
mime-pgp.el
+++ b/
mime-pgp.el
@@
-201,7
+201,7
@@
It should be ISO 639 2 letter language code such as en, ja, ...")
(while (re-search-forward "\n" nil t)
(replace-match "\r\n")
)
- (as-binary-output-file (write-region (point-min)(point-max) orig-file))
+ (write-region-as-binary (point-min)(point-max) orig-file)
(kill-buffer (current-buffer))
)
(save-excursion (mime-show-echo-buffer))