From: keiichi Date: Fri, 24 Dec 1999 07:30:24 +0000 (+0000) Subject: (mm-dissect-buffer): Use `result' instead of `parent'. X-Git-Tag: nana-gnus-7_1_0_16~68 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c9eee875429c1c6ec7be0b14dc47924f53d4b5d7;p=elisp%2Fgnus.git- (mm-dissect-buffer): Use `result' instead of `parent'. --- diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el index 416a591..23c6f56 100644 --- 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)