From 49032be1ca32cba664b8c42a8f0d046ca24d1c24 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 7 May 1998 06:05:34 +0000 Subject: [PATCH] Use 'ctree-set-calist-with-default instead of 'ctree-set-calist-strictly to set up mailcap entries. --- mime-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)))) -- 1.7.10.4