From a76b64615f545225ec07b9e9bb9d25b41fbc98a4 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 21 Apr 1998 17:25:18 +0000 Subject: [PATCH] (mime/get-content-decoding-alist): Use 'ctree-match-calist instead of 'get-unified-alist. --- mime-play.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mime-play.el b/mime-play.el index 41f7fca..99f16bf 100644 --- a/mime-play.el +++ b/mime-play.el @@ -111,8 +111,7 @@ specified, play as it. Default MODE is \"play\"." ;;; (defun mime/get-content-decoding-alist (al) - (get-unified-alist mime-acting-condition al) - ) + (ctree-match-calist mime-acting-condition al)) ;;; @ external decoder -- 1.7.10.4