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:
4f76fb7
)
(mime-preview-text/html): Use `mime-insert-text-content' instead of
author
morioka
<morioka>
Fri, 16 Oct 1998 02:41:52 +0000
(
02:41
+0000)
committer
morioka
<morioka>
Fri, 16 Oct 1998 02:41:52 +0000
(
02:41
+0000)
`mime-text-insert-decoded-body'.
mime-w3.el
patch
|
blob
|
history
diff --git
a/mime-w3.el
b/mime-w3.el
index
fec612c
..
d9c1948
100644
(file)
--- a/
mime-w3.el
+++ b/
mime-w3.el
@@
-51,7
+51,8
@@
(mime-save-background-color
(save-restriction
(narrow-to-region p p)
- (mime-text-insert-decoded-body entity)
+ (mime-insert-text-content entity)
+ (run-hooks 'mime-text-decode-hook)
(w3-region p (point-max))
(mime-put-keymap-region p (point-max) w3-mode-map)
))))