From 8aca789407bcc26c1ed051df96d0ea898caeedcc Mon Sep 17 00:00:00 2001 From: keiichi Date: Sun, 26 Dec 1999 07:55:31 +0000 Subject: [PATCH] (mm-inline-message): Set parent to the child. --- lisp/mm-view.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 () -- 1.7.10.4