From: morioka Date: Mon, 4 May 1998 15:59:52 +0000 (+0000) Subject: (mime-module-version): Update to 1.4.0. X-Git-Tag: semi-1_4_0~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4a193f2c7379849395987cfda4c30eac0d771921;p=elisp%2Fsemi.git (mime-module-version): Update to 1.4.0. --- diff --git a/semi-def.el b/semi-def.el index 1a35d33..4534e64 100644 --- a/semi-def.el +++ b/semi-def.el @@ -29,7 +29,7 @@ (eval-when-compile (require 'cl)) -(defconst mime-module-version '("SEMI" "Itoigawa" 1 3 5) +(defconst mime-module-version '("SEMI" "Itoigawa" 1 4 0) "Implementation name, version name and numbers of MIME-kernel package.") (autoload 'mule-caesar-region "mule-caesar" @@ -314,7 +314,8 @@ If optional argument FILE is specified, it is loaded when CONDITION is activate." (let ((sym (cdr (assq target-type mime-condition-type-alist)))) (if sym - (let ((func (cdr (assq mode mime-condition-mode-alist)))) + (let ((func (cdr (or (assq mode mime-condition-mode-alist) + (assq t mime-condition-mode-alist))))) (if (fboundp func) (progn (funcall func sym condition)