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:
4c2bf39
)
(url-cid): Use `mime-insert-entity-content'.
author
morioka
<morioka>
Sun, 24 Jan 1999 14:57:56 +0000
(14:57 +0000)
committer
morioka
<morioka>
Sun, 24 Jan 1999 14:57:56 +0000
(14:57 +0000)
mime-w3.el
patch
|
blob
|
history
diff --git
a/mime-w3.el
b/mime-w3.el
index
974d675
..
be90783
100644
(file)
--- a/
mime-w3.el
+++ b/
mime-w3.el
@@
-67,7
+67,7
@@
(mime-find-entity-from-content-id (mime-uri-parse-cid url)
mime-w3-message-structure)))
(when entity
- (insert (mime-entity-content entity))
+ (mime-insert-entity-content entity)
(setq url-current-mime-type (mime-entity-type/subtype entity))
)))