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:
85ac08d
)
(mime-preview-text/html): Use `mime-find-root-entity'.
author
tomo
<tomo>
Wed, 21 Jun 2000 12:35:17 +0000
(12:35 +0000)
committer
tomo
<tomo>
Wed, 21 Jun 2000 12:35:17 +0000
(12:35 +0000)
mime-w3.el
patch
|
blob
|
history
diff --git
a/mime-w3.el
b/mime-w3.el
index
6ce9927
..
6d31176
100644
(file)
--- a/
mime-w3.el
+++ b/
mime-w3.el
@@
-46,9
+46,7
@@
(defvar mime-w3-message-structure nil)
(defun mime-preview-text/html (entity situation)
- (setq mime-w3-message-structure
- (with-current-buffer (mime-entity-buffer entity)
- mime-message-structure))
+ (setq mime-w3-message-structure (mime-find-root-entity entity))
(goto-char (point-max))
(let ((p (point)))
(insert "\n")