From c9eee875429c1c6ec7be0b14dc47924f53d4b5d7 Mon Sep 17 00:00:00 2001 From: keiichi Date: Fri, 24 Dec 1999 07:30:24 +0000 Subject: [PATCH] (mm-dissect-buffer): Use `result' instead of `parent'. --- lisp/mm-decode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4