From: keiichi Date: Sun, 26 Dec 1999 07:55:31 +0000 (+0000) Subject: (mm-inline-message): Set parent to the child. X-Git-Tag: nana-gnus-7_1_0_16~58 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aca789407bcc26c1ed051df96d0ea898caeedcc;p=elisp%2Fgnus.git- (mm-inline-message): Set parent to the child. --- diff --git a/lisp/mm-view.el b/lisp/mm-view.el index d364359..23eda01 100644 --- a/lisp/mm-view.el +++ b/lisp/mm-view.el @@ -207,7 +207,8 @@ (insert "\n")) (insert "----------\n\n") (when handles - (mm-handle-set-child handle handles)) + (mm-handle-set-parent handles handle) + (mm-handle-set-child handle (cons handles (mm-handle-child handle)))) (mm-handle-set-undisplayer handle `(lambda ()