From 92146934e450f71e07d4f517121e9e6af3840978 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 24 Apr 1998 20:15:32 +0000 Subject: [PATCH] (mime-raw-play-entity): Use 'ctree-match-calist directly. Abolish 'mime/get-content-decoding-alist. --- mime-play.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mime-play.el b/mime-play.el index 99f16bf..978e6de 100644 --- a/mime-play.el +++ b/mime-play.el @@ -89,7 +89,7 @@ specified, play as it. Default MODE is \"play\"." (if mode (setq cal (cons (cons 'mode mode) cal)) ) - (setq ret (mime/get-content-decoding-alist cal)) + (setq ret (ctree-match-calist mime-acting-condition cal)) (setq method (cdr (assq 'method ret))) (cond ((and (symbolp method) (fboundp method)) @@ -107,13 +107,6 @@ specified, play as it. Default MODE is \"play\"." )) -;;; @ method selector -;;; - -(defun mime/get-content-decoding-alist (al) - (ctree-match-calist mime-acting-condition al)) - - ;;; @ external decoder ;;; -- 1.7.10.4