From: morioka Date: Thu, 7 May 1998 06:05:34 +0000 (+0000) Subject: Use 'ctree-set-calist-with-default instead of X-Git-Tag: semi-1_4_1_9~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=49032be1ca32cba664b8c42a8f0d046ca24d1c24;p=elisp%2Fsemi.git Use 'ctree-set-calist-with-default instead of 'ctree-set-calist-strictly to set up mailcap entries. --- diff --git a/mime-view.el b/mime-view.el index 4a2ff0f..c4fb8f0 100644 --- a/mime-view.el +++ b/mime-view.el @@ -524,11 +524,11 @@ if it is not nil.") (setq entry (cdr entry)) ) (setq shared (nreverse shared)) - (ctree-set-calist-strictly + (ctree-set-calist-with-default 'mime-acting-condition (append shared (list '(mode . "play")(cons 'method (cdr view))))) (if print - (ctree-set-calist-strictly + (ctree-set-calist-with-default 'mime-acting-condition (append shared (list '(mode . "print")(cons 'method (cdr view))))