From 38d43db97c9c2d7575f3b1c143ea722df2ce8dec Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 13 Mar 1998 13:05:12 +0000 Subject: [PATCH] Add code to check latest SEMI. --- emh.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emh.el b/emh.el index 75efd00..67227dd 100644 --- a/emh.el +++ b/emh.el @@ -8,7 +8,6 @@ ;; Created: 1993/11/21 ;; Renamed: 1993/11/27 from mh-e-mime.el ;; Renamed: 1997/02/21 from tm-mh-e.el -;; Version: $Revision: 1.2 $ ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail ;; This file is part of emh. @@ -32,13 +31,15 @@ (require 'mh-e) (require 'mime-view) +(or (get-unified-alist mime-acting-condition '((type . text))) + (error "Please install latest SEMI.")) ;;; @ version ;;; (defconst emh-RCS-ID - "$Id: emh.el,v 1.2 1998-03-13 13:03:17 morioka Exp $") + "$Id: emh.el,v 1.3 1998-03-13 13:05:12 morioka Exp $") (defconst emh-version (get-version-string emh-RCS-ID)) -- 1.7.10.4