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:
65efd48
)
(mime-edit-decode-buffer): Call `mule-caesar-region' for
author
morioka
<morioka>
Fri, 16 Oct 1998 12:49:20 +0000
(12:49 +0000)
committer
morioka
<morioka>
Fri, 16 Oct 1998 12:49:20 +0000
(12:49 +0000)
text/x-rot13-47-48 entity.
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
eab91e7
..
ff83978
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-2689,6
+2689,10
@@
Content-Type: message/partial; id=%s; number=%d; total=%d\n%s\n"
(match-end 0)
(point-min)
)))
+ (if (and (eq type 'text)
+ (eq stype 'x-rot13-47-48))
+ (mule-caesar-region he (point-max))
+ )
(if (= (point-min) 1)
(progn
(goto-char he)