projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d4f21
)
(mime-parse-buffer): Don't setup `mime-message-structure'.
author
tomo
<tomo>
Fri, 3 Mar 2000 08:01:56 +0000
(08:01 +0000)
committer
tomo
<tomo>
Fri, 3 Mar 2000 08:01:56 +0000
(08:01 +0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
24f9e61
..
64a6d07
100644
(file)
--- a/
mime-parse.el
+++ b/
mime-parse.el
@@
-345,10
+345,8
@@
If is is not found, return DEFAULT-ENCODING."
If buffer is omitted, it parses current-buffer."
(save-excursion
(if buffer (set-buffer buffer))
- (setq mime-message-structure
- (mime-parse-message (or representation-type
- 'mime-buffer-entity) nil))
- ))
+ (mime-parse-message (or representation-type
+ 'mime-buffer-entity) nil)))
;;; @ end