From f7ceaa01d729c87df9706dcd33ca62443b106632 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 29 Apr 1998 12:28:11 +0000 Subject: [PATCH] (mime-raw-play-entity): Use 'ctree-match-calist-partially. --- mime-play.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mime-play.el b/mime-play.el index 4cce0e9..e60f76e 100644 --- a/mime-play.el +++ b/mime-play.el @@ -93,6 +93,8 @@ specified, play as it. Default MODE is \"play\"." ) (setq ret (or (ctree-match-calist mime-user-acting-condition cal) + (ctree-match-calist-partially + mime-user-acting-condition cal) cal)) (setq ret (or (ctree-find-calist mime-acting-condition ret -- 1.7.10.4