From: morioka Date: Fri, 24 Apr 1998 20:15:32 +0000 (+0000) Subject: (mime-raw-play-entity): Use 'ctree-match-calist directly. X-Git-Tag: semi-1_3_2~5 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=92146934e450f71e07d4f517121e9e6af3840978 (mime-raw-play-entity): Use 'ctree-match-calist directly. Abolish 'mime/get-content-decoding-alist. --- 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 ;;;