From a91ed21703bf4c9ae5c51ce1bab7041f14e00ed3 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 27 May 1999 11:03:05 +0000 Subject: [PATCH] (mime-play-entity): Enter to the calist-package `mime-view' before call `ctree-find-calist'. --- mime-play.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mime-play.el b/mime-play.el index 12c8ad3..bb5ee15 100644 --- a/mime-play.el +++ b/mime-play.el @@ -240,6 +240,7 @@ It decodes the entity to call internal or external method. The method is selected from variable `mime-acting-condition'. If MODE is specified, play as it. Default MODE is \"play\"." (let (method ret) + (in-calist-package 'mime-view) (setq ret (mime-delq-null-situation (ctree-find-calist mime-acting-condition -- 1.7.10.4