From da9b31d17f0fbfd2e2edefed4b7e5006e1fa99d4 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 28 May 1999 07:03:00 +0000 Subject: [PATCH] (mime-add-condition): No need to enter to the calist-package `mime-view'. --- semi-def.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/semi-def.el b/semi-def.el index 3998c69..3d87118 100644 --- a/semi-def.el +++ b/semi-def.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. -;; Author: MORIOKA Tomohiko +;; Author: MORIOKA Tomohiko ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (Sample of Emacs MIME Implementation). @@ -224,7 +224,6 @@ 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