From 5cbabc7165de1e3a3ffea5d0db0eeb871eb60150 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 27 May 1999 11:04:55 +0000 Subject: [PATCH] (mime-add-condition): Enter to the calist-package `mime-view' before call a seting function. --- semi-def.el | 1 + 1 file changed, 1 insertion(+) diff --git a/semi-def.el b/semi-def.el index 49ebbe0..3998c69 100644 --- a/semi-def.el +++ b/semi-def.el @@ -224,6 +224,7 @@ If optional argument MODE is 'with-default, CONDITION is added with default rule. If optional argument FILE is specified, it is loaded when CONDITION is activate." + (in-calist-package 'mime-view) (let ((sym (cdr (assq target-type mime-condition-type-alist)))) (if sym (let ((func (cdr (or (assq mode mime-condition-mode-alist) -- 1.7.10.4