projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ac9cb
)
(mm-dissect-buffer): Use `result' instead of `parent'.
author
keiichi
<keiichi>
Fri, 24 Dec 1999 07:30:24 +0000
(07:30 +0000)
committer
keiichi
<keiichi>
Fri, 24 Dec 1999 07:30:24 +0000
(07:30 +0000)
lisp/mm-decode.el
patch
|
blob
|
history
diff --git
a/lisp/mm-decode.el
b/lisp/mm-decode.el
index
416a591
..
23c6f56
100644
(file)
--- a/
lisp/mm-decode.el
+++ b/
lisp/mm-decode.el
@@
-257,7
+257,7
@@
to:
(type (mime-content-type-primary-type ctl)))
(cond
((eq type 'multipart)
- (mm-dissect-multipart parent ctl))
+ (mm-dissect-multipart result ctl))
(t
(mm-dissect-singlepart result ctl no-strict-mime)))
(when (mm-handle-id result)